#A99795

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

Shades of Thatch #A99795

Tints of Thatch #A99795

Color information

#A99795 (or 0xA99795) is unknown color: approx Thatch. HEX triplet: A9, 97 and 95. RGB value is (169,151,149). Sum of RGB (Red+Green+Blue) = 169+151+149=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A99795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99795 is #56686A. Grayscale: #9C9C9C. Windows color (decimal): -5662827 or 9803689. OLE color: 9803689.

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

Color convert

RGB169151149-
CMYK00.110.120.34
HSL10.42%62.35%-
HSV(B)11.83%66.27%-
XYZ32.8532.7433.02-
YUV156.15123.96137.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=36.03%
G=32.20%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915114900.110.120.34610.4262.35
HexA997950BC226a3e
Octal251227225013144261276
Binary1010100110010111100101010101111001000101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99795; }

 p { color: rgb(169,151,149); }

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

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

 a { background-color: rgb(169,151,149); }

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

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

 span { border-color: rgb(169,151,149); }

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