#A88887

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

Shades of Thatch #A88887

Tints of Thatch #A88887

Color information

#A88887 (or 0xA88887) is unknown color: approx Thatch. HEX triplet: A8, 88 and 87. RGB value is (168,136,135). Sum of RGB (Red+Green+Blue) = 168+136+135=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A88887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88887 is #577778. Grayscale: #919191. Windows color (decimal): -5732217 or 8882344. OLE color: 8882344.

HSL color Cylindrical-coordinate representation of color #A88887: hue angle of 1.82º 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 #A88887 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB168136135-
CMYK00.190.200.34
HSL1.82º15.94%59.41%-
HSV(B)1.82º19.64%65.88%-
XYZ29.3327.6826.72-
YUV145.45122.1144.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=38.27%
G=30.98%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813613500.190.200.341.8215.9459.41
HexA8888701314222103b
Octal250210207023244222073
Binary101010001000100010000111010011101001000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88887; }

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

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

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

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

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

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

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

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