#A28489

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

Shades of Tapestry #A28489

Tints of Tapestry #A28489

Color information

#A28489 (or 0xA28489) is unknown color: approx Tapestry. HEX triplet: A2, 84 and 89. RGB value is (162,132,137). Sum of RGB (Red+Green+Blue) = 162+132+137=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A28489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28489 is #5D7B76. Grayscale: #8D8D8D. Windows color (decimal): -6126455 or 9012386. OLE color: 9012386.

HSL color Cylindrical-coordinate representation of color #A28489: hue angle of 350º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28489 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162132137-
CMYK00.190.150.36
HSL350º13.89%57.65%-
HSV(B)350º18.52%63.53%-
XYZ27.6725.9927.23-
YUV141.54125.44142.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 137 (53.91% from 255) = 31.79%
R=37.59%
G=30.63%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213213700.190.150.3635013.8957.65
HexA28489013F2415ee3a
Octal24220421102317445361672
Binary10100010100001001000100101001111111001001010111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28489; }

 p { color: rgb(162,132,137); }

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

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

 a { background-color: rgb(162,132,137); }

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

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

 span { border-color: rgb(162,132,137); }

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