#A99996

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

Shades of Thatch #A99996

Tints of Thatch #A99996

Color information

#A99996 (or 0xA99996) is unknown color: approx Thatch. HEX triplet: A9, 99 and 96. RGB value is (169,153,150). Sum of RGB (Red+Green+Blue) = 169+153+150=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A99996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99996 is #566669. Grayscale: #9D9D9D. Windows color (decimal): -5662314 or 9869737. OLE color: 9869737.

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

Color convert

RGB169153150-
CMYK00.090.110.34
HSL9.47º9.95%62.55%-
HSV(B)9.47º11.24%66.27%-
XYZ33.2633.4233.55-
YUV157.44123.8136.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=35.81%
G=32.42%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915315000.090.110.349.479.9562.55
HexA9999609B229a3f
Octal2512312260111342111277
Binary10101001100110011001011001001101110001010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99996; }

 p { color: rgb(169,153,150); }

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

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

 a { background-color: rgb(169,153,150); }

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

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

 span { border-color: rgb(169,153,150); }

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