#AB8D85

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

Shades of Thatch #AB8D85

Tints of Thatch #AB8D85

Color information

#AB8D85 (or 0xAB8D85) is unknown color: approx Thatch. HEX triplet: AB, 8D and 85. RGB value is (171,141,133). Sum of RGB (Red+Green+Blue) = 171+141+133=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8D85 is #54727A. Grayscale: #959595. Windows color (decimal): -5534331 or 8752555. OLE color: 8752555.

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

Color convert

RGB171141133-
CMYK00.180.220.33
HSL12.63º18.45%59.61%-
HSV(B)12.63º22.22%67.06%-
XYZ30.5529.426.25-
YUV149.06118.94143.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=38.43%
G=31.69%
B=29.89%

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
Decimal17114113300.180.220.3312.6318.4559.61
HexAB8D850121621d123c
Octal2532152050222641152274
Binary10101011100011011000010101001010110100001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D85; }

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

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

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

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

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

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

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

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