#AB9B98

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

Shades of Thatch #AB9B98

Tints of Thatch #AB9B98

Color information

#AB9B98 (or 0xAB9B98) is unknown color: approx Thatch. HEX triplet: AB, 9B and 98. RGB value is (171,155,152). Sum of RGB (Red+Green+Blue) = 171+155+152=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B98 is #546467. Grayscale: #9F9F9F. Windows color (decimal): -5530728 or 10001323. OLE color: 10001323.

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

Color convert

RGB171155152-
CMYK00.090.110.33
HSL9.47º10.16%63.33%-
HSV(B)9.47º11.11%67.06%-
XYZ34.1834.3734.54-
YUV159.44123.8136.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=35.77%
G=32.43%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115515200.090.110.339.4710.1663.33
HexAB9B9809B219a3f
Octal2532332300111341111277
Binary10101011100110111001100001001101110000110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B98; }

 p { color: rgb(171,155,152); }

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

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

 a { background-color: rgb(171,155,152); }

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

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

 span { border-color: rgb(171,155,152); }

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