#A2999D

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

Shades of Shady Lady #A2999D

Tints of Shady Lady #A2999D

Color information

#A2999D (or 0xA2999D) is unknown color: approx Shady Lady. HEX triplet: A2, 99 and 9D. RGB value is (162,153,157). Sum of RGB (Red+Green+Blue) = 162+153+157=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 162 - color contains mainly: red. Hex color #A2999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2999D is #5D6662. Grayscale: #9C9C9C. Windows color (decimal): -6121059 or 10328482. OLE color: 10328482.

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

Color convert

RGB162153157-
CMYK00.060.030.36
HSL333.33º4.62%61.76%-
HSV(B)333.33º5.56%63.53%-
XYZ32.3832.936.54-
YUV156.15128.48132.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=34.32%
G=32.42%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215315700.060.030.36333.334.6261.76
HexA2999D0632414d53e
Octal24223123506344515576
Binary101000101001100110011101011011100100101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2999D; }

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

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

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

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

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

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

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

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