#A29A98

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

Shades of Thatch #A29A98

Tints of Thatch #A29A98

Color information

#A29A98 (or 0xA29A98) is unknown color: approx Thatch. HEX triplet: A2, 9A and 98. RGB value is (162,154,152). Sum of RGB (Red+Green+Blue) = 162+154+152=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A98 is #5D6567. Grayscale: #9C9C9C. Windows color (decimal): -6120808 or 10001058. OLE color: 10001058.

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

Color convert

RGB162154152-
CMYK00.050.060.36
HSL12º5.1%61.57%-
HSV(B)12º6.17%63.53%-
XYZ32.1233.0634.39-
YUV156.16125.65132.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 152 (59.77% from 255) = 32.48%
R=34.62%
G=32.91%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215415200.050.060.36125.161.57
HexA29A9805624c53e
Octal2422322300564414576
Binary10100010100110101001100001011101001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A98; }

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

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

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

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

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

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

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

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