#A29A97

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

Shades of Thatch #A29A97

Tints of Thatch #A29A97

Color information

#A29A97 (or 0xA29A97) is unknown color: approx Thatch. HEX triplet: A2, 9A and 97. RGB value is (162,154,151). Sum of RGB (Red+Green+Blue) = 162+154+151=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A97 is #5D6568. Grayscale: #9C9C9C. Windows color (decimal): -6120809 or 9935522. OLE color: 9935522.

HSL color Cylindrical-coordinate representation of color #A29A97: hue angle of 16.36º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A29A97 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB162154151-
CMYK00.050.070.36
HSL16.36º5.58%61.37%-
HSV(B)16.36º6.79%63.53%-
XYZ32.0433.0333.96-
YUV156.05125.15132.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=34.69%
G=32.98%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215415100.050.070.3616.365.5861.37
HexA29A97057241063d
Octal2422322270574420675
Binary101000101001101010010111010111110010010000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A97; }

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

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

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

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

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

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

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

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