#AB8E85

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

Shades of Thatch #AB8E85

Tints of Thatch #AB8E85

Color information

#AB8E85 (or 0xAB8E85) is unknown color: approx Thatch. HEX triplet: AB, 8E and 85. RGB value is (171,142,133). Sum of RGB (Red+Green+Blue) = 171+142+133=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E85 is #54717A. Grayscale: #959595. Windows color (decimal): -5534075 or 8752811. OLE color: 8752811.

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

Color convert

RGB171142133-
CMYK00.170.220.33
HSL14.21º18.45%59.61%-
HSV(B)14.21º22.22%67.06%-
XYZ30.729.726.3-
YUV149.65118.61143.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=38.34%
G=31.84%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114213300.170.220.3314.2118.4559.61
HexAB8E850111621e123c
Octal2532162050212641162274
Binary10101011100011101000010101000110110100001111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E85; }

 p { color: rgb(171,142,133); }

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

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

 a { background-color: rgb(171,142,133); }

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

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

 span { border-color: rgb(171,142,133); }

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