#A88F87

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

Shades of Thatch #A88F87

Tints of Thatch #A88F87

Color information

#A88F87 (or 0xA88F87) is unknown color: approx Thatch. HEX triplet: A8, 8F and 87. RGB value is (168,143,135). Sum of RGB (Red+Green+Blue) = 168+143+135=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88F87 is #577078. Grayscale: #959595. Windows color (decimal): -5730425 or 8884136. OLE color: 8884136.

HSL color Cylindrical-coordinate representation of color #A88F87: hue angle of 14.55º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88F87 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB168143135-
CMYK00.150.200.34
HSL14.55º15.94%59.41%-
HSV(B)14.55º19.64%65.88%-
XYZ30.3429.7227.06-
YUV149.56119.78141.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=37.67%
G=32.06%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814313500.150.200.3414.5515.9459.41
HexA88F870F1422f103b
Octal2502172070172442172073
Binary1010100010001111100001110111110100100010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F87; }

 p { color: rgb(168,143,135); }

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

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

 a { background-color: rgb(168,143,135); }

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

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

 span { border-color: rgb(168,143,135); }

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