#AB9592

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

Shades of Thatch #AB9592

Tints of Thatch #AB9592

Color information

#AB9592 (or 0xAB9592) is unknown color: approx Thatch. HEX triplet: AB, 95 and 92. RGB value is (171,149,146). Sum of RGB (Red+Green+Blue) = 171+149+146=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9592 is #546A6D. Grayscale: #9B9B9B. Windows color (decimal): -5532270 or 9606571. OLE color: 9606571.

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

Color convert

RGB171149146-
CMYK00.130.150.33
HSL7.2º12.95%62.16%-
HSV(B)7.2º14.62%67.06%-
XYZ32.7332.2331.69-
YUV155.24122.79139.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=36.70%
G=31.97%
B=31.33%

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
Decimal17114914600.130.150.337.212.9562.16
HexAB95920DF217d3e
Octal253225222015174171576
Binary1010101110010101100100100110111111000011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9592; }

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

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

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

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

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

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

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

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