#A29C9A

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

Shades of Thatch #A29C9A

Tints of Thatch #A29C9A

Color information

#A29C9A (or 0xA29C9A) is unknown color: approx Thatch. HEX triplet: A2, 9C and 9A. RGB value is (162,156,154). Sum of RGB (Red+Green+Blue) = 162+156+154=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C9A is #5D6365. Grayscale: #9D9D9D. Windows color (decimal): -6120294 or 10132642. OLE color: 10132642.

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

Color convert

RGB162156154-
CMYK00.040.050.36
HSL15º4.12%61.96%-
HSV(B)15º4.94%63.53%-
XYZ32.6233.7935.37-
YUV157.57125.99131.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=34.32%
G=33.05%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215615400.040.050.36154.1261.96
HexA29C9A04524f43e
Octal2422342320454417476
Binary10100010100111001001101001001011001001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C9A; }

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

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

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

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

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

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

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

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