#AB9593

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

Shades of Thatch #AB9593

Tints of Thatch #AB9593

Color information

#AB9593 (or 0xAB9593) is unknown color: approx Thatch. HEX triplet: AB, 95 and 93. RGB value is (171,149,147). Sum of RGB (Red+Green+Blue) = 171+149+147=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9593 is #546A6C. Grayscale: #9B9B9B. Windows color (decimal): -5532269 or 9672107. OLE color: 9672107.

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

Color convert

RGB171149147-
CMYK00.130.140.33
HSL12.5%62.35%-
HSV(B)14.04%67.06%-
XYZ32.8132.2632.1-
YUV155.35123.29139.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=36.62%
G=31.91%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114914700.130.140.33512.562.35
HexAB95930DE215d3e
Octal253225223015164151576
Binary1010101110010101100100110110111101000011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9593; }

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

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

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

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

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

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

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

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