#A29799

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

Shades of Shady Lady #A29799

Tints of Shady Lady #A29799

Color information

#A29799 (or 0xA29799) is unknown color: approx Shady Lady. HEX triplet: A2, 97 and 99. RGB value is (162,151,153). Sum of RGB (Red+Green+Blue) = 162+151+153=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A29799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29799 is #5D6866. Grayscale: #9A9A9A. Windows color (decimal): -6121575 or 10065826. OLE color: 10065826.

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

Color convert

RGB162151153-
CMYK00.070.060.36
HSL349.09º5.58%61.37%-
HSV(B)349.09º6.79%63.53%-
XYZ31.7232.1134.66-
YUV154.52127.14133.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=34.76%
G=32.40%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215115300.070.060.36349.095.5861.37
HexA297990762415d63d
Octal24222723107644535675
Binary1010001010010111100110010111110100100101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29799; }

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

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

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

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

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

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

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

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