#AA9C98

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

Shades of Thatch #AA9C98

Tints of Thatch #AA9C98

Color information

#AA9C98 (or 0xAA9C98) is unknown color: approx Thatch. HEX triplet: AA, 9C and 98. RGB value is (170,156,152). Sum of RGB (Red+Green+Blue) = 170+156+152=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C98 is #556367. Grayscale: #9F9F9F. Windows color (decimal): -5596008 or 10001578. OLE color: 10001578.

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

Color convert

RGB170156152-
CMYK00.080.110.33
HSL13.33º9.57%63.14%-
HSV(B)13.33º10.59%66.67%-
XYZ34.1334.5934.58-
YUV159.73123.64135.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=35.56%
G=32.64%
B=31.80%

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
Decimal17015615200.080.110.3313.339.5763.14
HexAA9C9808B21da3f
Octal2522342300101341151277
Binary10101010100111001001100001000101110000111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C98; }

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

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

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

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

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

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

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

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