#A88E8B

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

Shades of Thatch #A88E8B

Tints of Thatch #A88E8B

Color information

#A88E8B (or 0xA88E8B) is unknown color: approx Thatch. HEX triplet: A8, 8E and 8B. RGB value is (168,142,139). Sum of RGB (Red+Green+Blue) = 168+142+139=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88E8B is #577174. Grayscale: #959595. Windows color (decimal): -5730677 or 9146024. OLE color: 9146024.

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

Color convert

RGB168142139-
CMYK00.150.170.34
HSL6.21º14.29%60.2%-
HSV(B)6.21º17.26%65.88%-
XYZ30.4829.5328.52-
YUV149.43122.11141.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=37.42%
G=31.63%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814213900.150.170.346.2114.2960.2
HexA88E8B0F11226e3c
Octal250216213017214261674
Binary10101000100011101000101101111100011000101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E8B; }

 p { color: rgb(168,142,139); }

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

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

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

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

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

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

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