#A88988

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

Shades of Thatch #A88988

Tints of Thatch #A88988

Color information

#A88988 (or 0xA88988) is unknown color: approx Thatch. HEX triplet: A8, 89 and 88. RGB value is (168,137,136). Sum of RGB (Red+Green+Blue) = 168+137+136=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A88988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88988 is #577677. Grayscale: #929292. Windows color (decimal): -5731960 or 8948136. OLE color: 8948136.

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

Color convert

RGB168137136-
CMYK00.180.190.34
HSL1.88º15.53%59.61%-
HSV(B)1.88º19.05%65.88%-
XYZ29.5427.9927.14-
YUV146.16122.27143.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=38.10%
G=31.07%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813713600.180.190.341.8815.5359.61
HexA8898801213222103c
Octal250211210022234222074
Binary101010001000100110001000010010100111000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88988; }

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

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

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

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

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

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

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

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