#AB8E8E

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

Shades of Thatch #AB8E8E

Tints of Thatch #AB8E8E

Color information

#AB8E8E (or 0xAB8E8E) is unknown color: approx Thatch. HEX triplet: AB, 8E and 8E. RGB value is (171,142,142). Sum of RGB (Red+Green+Blue) = 171+142+142=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E8E is #547171. Grayscale: #969696. Windows color (decimal): -5534066 or 9342635. OLE color: 9342635.

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

Color convert

RGB171142142-
CMYK00.170.170.33
HSL14.72%61.37%-
HSV(B)16.96%67.06%-
XYZ31.3529.9629.72-
YUV150.67123.11142.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=37.58%
G=31.21%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114214200.170.170.33014.7261.37
HexAB8E8E01111210f3d
Octal253216216021214101775
Binary1010101110001110100011100100011000110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E8E; }

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

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

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

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

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

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

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

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