#A28C87

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

Shades of Thatch #A28C87

Tints of Thatch #A28C87

Color information

#A28C87 (or 0xA28C87) is unknown color: approx Thatch. HEX triplet: A2, 8C and 87. RGB value is (162,140,135). Sum of RGB (Red+Green+Blue) = 162+140+135=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C87 is #5D7378. Grayscale: #929292. Windows color (decimal): -6124409 or 8883362. OLE color: 8883362.

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

Color convert

RGB162140135-
CMYK00.140.170.36
HSL11.11º12.68%58.24%-
HSV(B)11.11º16.67%63.53%-
XYZ28.6528.1926.85-
YUV146.01121.79139.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=37.07%
G=32.04%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214013500.140.170.3611.1112.6858.24
HexA28C870E1124bd3a
Octal2422142070162144131572
Binary101000101000110010000111011101000110010010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C87; }

 p { color: rgb(162,140,135); }

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

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

 a { background-color: rgb(162,140,135); }

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

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

 span { border-color: rgb(162,140,135); }

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