#AB9C98

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

Shades of Thatch #AB9C98

Tints of Thatch #AB9C98

Color information

#AB9C98 (or 0xAB9C98) is unknown color: approx Thatch. HEX triplet: AB, 9C and 98. RGB value is (171,156,152). Sum of RGB (Red+Green+Blue) = 171+156+152=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C98 is #546367. Grayscale: #A0A0A0. Windows color (decimal): -5530472 or 10001579. OLE color: 10001579.

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

Color convert

RGB171156152-
CMYK00.090.110.33
HSL12.63º10.16%63.33%-
HSV(B)12.63º11.11%67.06%-
XYZ34.3534.734.59-
YUV160.03123.47135.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 152 (59.77% from 255) = 31.73%
R=35.70%
G=32.57%
B=31.73%

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
Decimal17115615200.090.110.3312.6310.1663.33
HexAB9C9809B21da3f
Octal2532342300111341151277
Binary10101011100111001001100001001101110000111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C98; }

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

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

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

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

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

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

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

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