#A2999B

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

Shades of Shady Lady #A2999B

Tints of Shady Lady #A2999B

Color information

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

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

Color convert

RGB162153155-
CMYK00.060.040.36
HSL346.67º4.62%61.76%-
HSV(B)346.67º5.56%63.53%-
XYZ32.2132.8335.65-
YUV155.92127.48132.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215315500.060.040.36346.674.6261.76
HexA2999B0642415b53e
Octal24223123306444533576
Binary1010001010011001100110110110100100100101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2999B; }

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

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

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

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

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

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

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

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