Html Css Color HEX #A999A3 Shady Lady

📋 copy color: '#A999A3'

red 169 ◦ green 153 ◦ blue 163

#A999A3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #A999A3

Tints of Shady Lady #A999A3

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 value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A999A3 (or 0xA999A3) is known color: 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

RGB 169 153 163 -
CMYK 0 0.09 0.04 0.34
HSL 322.5º 0.09% 0.63% -
HSV(B) 322.5º 0.09% 0.66% -
XYZ 34.36 33.86 39.38 -
YUV 158.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 169 153 163 0 0.09 0.04 0.34 322.5 0.09 0.63
Hex A9 99 A3 0 9 4 22 142 9 3F
Octal 251 231 243 0 11 4 42 502 11 77
Binary 10101001 10011001 10100011 0 1001 100 100010 101000010 1001 111111

Color Harmonies of #A999A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999A3

Black with #A999A3

Text Example


Text Example

White with #A999A3

Text Example


Text Example

HTML Codes & Css Web 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>