#AB9591

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

Shades of Thatch #AB9591

Tints of Thatch #AB9591

Color information

#AB9591 (or 0xAB9591) is unknown color: approx Thatch. HEX triplet: AB, 95 and 91. RGB value is (171,149,145). Sum of RGB (Red+Green+Blue) = 171+149+145=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9591 is #546A6E. Grayscale: #9B9B9B. Windows color (decimal): -5532271 or 9541035. OLE color: 9541035.

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

Color convert

RGB171149145-
CMYK00.130.150.33
HSL9.23º13.4%61.96%-
HSV(B)9.23º15.2%67.06%-
XYZ32.6532.231.28-
YUV155.12122.29139.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=36.77%
G=32.04%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114914500.130.150.339.2313.461.96
HexAB95910DF219d3e
Octal2532252210151741111576
Binary10101011100101011001000101101111110000110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9591; }

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

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

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

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

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

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

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

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