#A29499

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

Shades of Shady Lady #A29499

Tints of Shady Lady #A29499

Color information

#A29499 (or 0xA29499) is unknown color: approx Shady Lady. HEX triplet: A2, 94 and 99. RGB value is (162,148,153). Sum of RGB (Red+Green+Blue) = 162+148+153=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A29499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29499 is #5D6B66. Grayscale: #989898. Windows color (decimal): -6122343 or 10065058. OLE color: 10065058.

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

Color convert

RGB162148153-
CMYK00.090.060.36
HSL338.57º7%60.78%-
HSV(B)338.57º8.64%63.53%-
XYZ31.2431.1634.51-
YUV152.76128.14134.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=34.99%
G=31.97%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214815300.090.060.36338.57760.78
HexA294990962415373d
Octal242224231011644523775
Binary10100010100101001001100101001110100100101010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29499; }

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

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

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

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

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

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

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

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