#AB9291

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

Shades of Thatch #AB9291

Tints of Thatch #AB9291

Color information

#AB9291 (or 0xAB9291) is unknown color: approx Thatch. HEX triplet: AB, 92 and 91. RGB value is (171,146,145). Sum of RGB (Red+Green+Blue) = 171+146+145=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9291 is #546D6E. Grayscale: #999999. Windows color (decimal): -5533039 or 9540267. OLE color: 9540267.

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

Color convert

RGB171146145-
CMYK00.150.150.33
HSL2.31º13.4%61.96%-
HSV(B)2.31º15.2%67.06%-
XYZ32.1831.2631.13-
YUV153.36123.28140.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 145 (57.03% from 255) = 31.39%
R=37.01%
G=31.60%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114614500.150.150.332.3113.461.96
HexAB92910FF212d3e
Octal253222221017174121576
Binary101010111001001010010001011111111100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9291; }

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

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

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

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

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

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

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

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