#AB9D99

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

Shades of Thatch #AB9D99

Tints of Thatch #AB9D99

Color information

#AB9D99 (or 0xAB9D99) is unknown color: approx Thatch. HEX triplet: AB, 9D and 99. RGB value is (171,157,153). Sum of RGB (Red+Green+Blue) = 171+157+153=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D99 is #546266. Grayscale: #A0A0A0. Windows color (decimal): -5530215 or 10067371. OLE color: 10067371.

HSL color Cylindrical-coordinate representation of color #AB9D99: hue angle of 13.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9D99 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB171157153-
CMYK00.080.110.33
HSL13.33º9.68%63.53%-
HSV(B)13.33º10.53%67.06%-
XYZ34.635.0735.08-
YUV160.73123.64135.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=35.55%
G=32.64%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115715300.080.110.3313.339.6863.53
HexAB9D9908B21da40
Octal25323523101013411512100
Binary101010111001110110011001010001011100001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D99; }

 p { color: rgb(171,157,153); }

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

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

 a { background-color: rgb(171,157,153); }

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

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

 span { border-color: rgb(171,157,153); }

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