#A9627A

Color #A9627A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A9627A

Tints of Tapestry #A9627A

Color information

#A9627A (or 0xA9627A) is unknown color: approx Tapestry. HEX triplet: A9, 62 and 7A. RGB value is (169,98,122). Sum of RGB (Red+Green+Blue) = 169+98+122=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9627A is #569D85. Grayscale: #797979. Windows color (decimal): -5676422 or 8020649. OLE color: 8020649.

HSL color Cylindrical-coordinate representation of color #A9627A: hue angle of 339.72º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9627A is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16998122-
CMYK00.420.280.34
HSL339.72º29.22%52.35%-
HSV(B)339.72º42.01%66.27%-
XYZ24.2418.5820.72-
YUV121.96128.02161.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=43.44%
G=25.19%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699812200.420.280.34339.7229.2252.35
HexA9627A02A1C221541d34
Octal25114217205234425243564
Binary101010011100010111101001010101110010001010101010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9627A; }

 p { color: rgb(169,98,122); }

 H1.HeaderClassName
 {
   color: #A9627A;
 }
 .AnyTagClassName
 {
   color: #A9627A;
 }
</style>
background-color css

<style>
 a { background-color: #A9627A; }

 a { background-color: rgb(169,98,122); }

 div.DivClassName
 {
   background-color: #A9627A;
 }
 .BgClassName
 {
   background-color: #A9627A;
 }
</style>
border-color css

<style>
 span { border-color: #A9627A; }

 span { border-color: rgb(169,98,122); }

 td.TdClassName
 {
   border-color: #A9627A;
 }
 .TagClassName
 {
   border-color: #A9627A;
 }
</style>