Html Css Color HEX #AA999F Shady Lady

📋 copy color: '#AA999F'

red 170 ◦ green 153 ◦ blue 159

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

Shades of Shady Lady #AA999F

Tints of Shady Lady #AA999F

RGB

 RED value IS 170 (66.8% from 255) = 35.27%

 GREEN value IS 153 (60.16% from 255) = 31.74%

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 35.27%
G = 31.74%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA999F (or 0xAA999F) is known color: Shady Lady. HEX triplet: AA, 99 and 9F. RGB value is (170,153,159). Sum of RGB (Red+Green+Blue) = 170+153+159=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999F is #556660. Grayscale: #9E9E9E. Windows color (decimal): -5596769 or 10459562. OLE color: 10459562.

HSL color Cylindrical-coordinate representation of color #AA999F: hue angle of 338.82º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA999F is Cyan = 0, Magento = 0.1, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 159 -
CMYK 0 0.1 0.06 0.33
HSL 338.82º 0.09% 0.63% -
HSV(B) 338.82º 0.1% 0.67% -
XYZ 34.23 33.83 37.53 -
YUV 158.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 170 153 159 0 0.1 0.06 0.33 338.82 0.09 0.63
Hex AA 99 9F 0 A 6 21 153 9 3F
Octal 252 231 237 0 12 6 41 523 11 77
Binary 10101010 10011001 10011111 0 1010 110 100001 101010011 1001 111111

Color Harmonies of #AA999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA999F

Black with #AA999F

Text Example


Text Example

White with #AA999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA999F; }

 p { color: rgb(170,153,159); }

 H1.HeaderClassName
 {
   color: #AA999F;
 }
 .AnyTagClassName
 {
   color: #AA999F;
 }
</style>

background-color css

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

 a { background-color: rgb(170,153,159); }

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

border-color css

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

 span { border-color: rgb(170,153,159); }

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