#A999A3

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

Shades of Shady Lady #A999A3

Tints of Shady Lady #A999A3

Color information

#A999A3 (or 0xA999A3) is unknown color: approx Shady Lady. HEX triplet: A9, 99 and A3. RGB value is (169,153,163). Sum of RGB (Red+Green+Blue) = 169+153+163=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A999A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A999A3 is #56665C. Grayscale: #9E9E9E. Windows color (decimal): -5662301 or 10721705. OLE color: 10721705.

HSL color Cylindrical-coordinate representation of color #A999A3: hue angle of 322.5º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A999A3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB169153163-
CMYK00.090.040.34
HSL322.5º8.51%63.14%-
HSV(B)322.5º9.47%66.27%-
XYZ34.3633.8639.38-
YUV158.92130.3135.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 163 (64.06% from 255) = 33.61%
R=34.85%
G=31.55%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915316300.090.040.34322.58.5163.14
HexA999A30942214393f
Octal2512312430114425031177
Binary101010011001100110100011010011001000101010000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999A3; }

 p { color: rgb(169,153,163); }

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

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

 a { background-color: rgb(169,153,163); }

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

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

 span { border-color: rgb(169,153,163); }

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