#A69A97

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

Shades of Thatch #A69A97

Tints of Thatch #A69A97

Color information

#A69A97 (or 0xA69A97) is unknown color: approx Thatch. HEX triplet: A6, 9A and 97. RGB value is (166,154,151). Sum of RGB (Red+Green+Blue) = 166+154+151=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A97 is #596568. Grayscale: #9D9D9D. Windows color (decimal): -5858665 or 9935526. OLE color: 9935526.

HSL color Cylindrical-coordinate representation of color #A69A97: hue angle of 12º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A69A97 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166154151-
CMYK00.070.090.35
HSL12º7.77%62.16%-
HSV(B)12º9.04%65.1%-
XYZ32.8733.4534-
YUV157.25124.48134.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=35.24%
G=32.70%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615415100.070.090.35127.7762.16
HexA69A9707923c83e
Octal246232227071143141076
Binary1010011010011010100101110111100110001111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A97; }

 p { color: rgb(166,154,151); }

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

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

 a { background-color: rgb(166,154,151); }

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

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

 span { border-color: rgb(166,154,151); }

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