#AB9391

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

Shades of Thatch #AB9391

Tints of Thatch #AB9391

Color information

#AB9391 (or 0xAB9391) is unknown color: approx Thatch. HEX triplet: AB, 93 and 91. RGB value is (171,147,145). Sum of RGB (Red+Green+Blue) = 171+147+145=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9391 is #546C6E. Grayscale: #999999. Windows color (decimal): -5532783 or 9540523. OLE color: 9540523.

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

Color convert

RGB171147145-
CMYK00.140.150.33
HSL4.62º13.4%61.96%-
HSV(B)4.62º15.2%67.06%-
XYZ32.3431.5731.18-
YUV153.95122.95140.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=36.93%
G=31.75%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114714500.140.150.334.6213.461.96
HexAB93910EF215d3e
Octal253223221016174151576
Binary1010101110010011100100010111011111000011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9391; }

 p { color: rgb(171,147,145); }

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

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

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

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

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

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

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