#A29B99

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

Shades of Thatch #A29B99

Tints of Thatch #A29B99

Color information

#A29B99 (or 0xA29B99) is unknown color: approx Thatch. HEX triplet: A2, 9B and 99. RGB value is (162,155,153). Sum of RGB (Red+Green+Blue) = 162+155+153=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B99 is #5D6466. Grayscale: #9C9C9C. Windows color (decimal): -6120551 or 10066850. OLE color: 10066850.

HSL color Cylindrical-coordinate representation of color #A29B99: hue angle of 13.33º 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 #A29B99 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162155153-
CMYK00.040.060.36
HSL13.33º4.62%61.76%-
HSV(B)13.33º5.56%63.53%-
XYZ32.3733.4234.88-
YUV156.86125.82131.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=34.47%
G=32.98%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215515300.040.060.3613.334.6261.76
HexA29B9904624d53e
Octal2422332310464415576
Binary10100010100110111001100101001101001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B99; }

 p { color: rgb(162,155,153); }

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

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

 a { background-color: rgb(162,155,153); }

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

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

 span { border-color: rgb(162,155,153); }

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