#AB908E

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

Shades of Thatch #AB908E

Tints of Thatch #AB908E

Color information

#AB908E (or 0xAB908E) is unknown color: approx Thatch. HEX triplet: AB, 90 and 8E. RGB value is (171,144,142). Sum of RGB (Red+Green+Blue) = 171+144+142=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB908E is #546F71. Grayscale: #979797. Windows color (decimal): -5533554 or 9343147. OLE color: 9343147.

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

Color convert

RGB171144142-
CMYK00.160.170.33
HSL4.14º14.72%61.37%-
HSV(B)4.14º16.96%67.06%-
XYZ31.6530.5629.82-
YUV151.84122.45141.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=37.42%
G=31.51%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114414200.160.170.334.1414.7261.37
HexAB908E01011214f3d
Octal253220216020214141775
Binary101010111001000010001110010000100011000011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB908E; }

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

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

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

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

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

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

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

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