#A88989

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

Shades of Thatch #A88989

Tints of Thatch #A88989

Color information

#A88989 (or 0xA88989) is unknown color: approx Thatch. HEX triplet: A8, 89 and 89. RGB value is (168,137,137). Sum of RGB (Red+Green+Blue) = 168+137+137=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A88989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88989 is #577676. Grayscale: #929292. Windows color (decimal): -5731959 or 9013672. OLE color: 9013672.

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

Color convert

RGB168137137-
CMYK00.180.180.34
HSL15.12%59.8%-
HSV(B)18.45%65.88%-
XYZ29.6128.0227.52-
YUV146.27122.77143.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=38.01%
G=31.00%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813713700.180.180.34015.1259.8
HexA8898901212220f3c
Octal250211211022224201774
Binary1010100010001001100010010100101001010001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88989; }

 p { color: rgb(168,137,137); }

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

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

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

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

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

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

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