#AB8C85

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

Shades of Thatch #AB8C85

Tints of Thatch #AB8C85

Color information

#AB8C85 (or 0xAB8C85) is unknown color: approx Thatch. HEX triplet: AB, 8C and 85. RGB value is (171,140,133). Sum of RGB (Red+Green+Blue) = 171+140+133=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8C85 is #54737A. Grayscale: #949494. Windows color (decimal): -5534587 or 8752299. OLE color: 8752299.

HSL color Cylindrical-coordinate representation of color #AB8C85: hue angle of 11.05º 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 #AB8C85 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171140133-
CMYK00.180.220.33
HSL11.05º18.45%59.61%-
HSV(B)11.05º22.22%67.06%-
XYZ30.4129.1126.21-
YUV148.47119.27144.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=38.51%
G=31.53%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114013300.180.220.3311.0518.4559.61
HexAB8C850121621b123c
Octal2532142050222641132274
Binary10101011100011001000010101001010110100001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C85; }

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

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

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

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

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

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

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

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