Html Css Color HEX #AA95A3 Shady Lady

📋 copy color: '#AA95A3'

red 170 ◦ green 149 ◦ blue 163

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

Shades of Shady Lady #AA95A3

Tints of Shady Lady #AA95A3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 35.27%
G = 30.91%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA95A3 (or 0xAA95A3) is known color: Shady Lady. HEX triplet: AA, 95 and A3. RGB value is (170,149,163). Sum of RGB (Red+Green+Blue) = 170+149+163=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA95A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95A3 is #556A5C. Grayscale: #9C9C9C. Windows color (decimal): -5597789 or 10720682. OLE color: 10720682.

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

Color convert

RGB 170 149 163 -
CMYK 0 0.12 0.04 0.33
HSL 320º 0.11% 0.63% -
HSV(B) 320º 0.12% 0.67% -
XYZ 33.94 32.69 39.17 -
YUV 156.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 170 149 163 0 0.12 0.04 0.33 320 0.11 0.63
Hex AA 95 A3 0 C 4 21 140 B 3F
Octal 252 225 243 0 14 4 41 500 13 77
Binary 10101010 10010101 10100011 0 1100 100 100001 101000000 1011 111111

Color Harmonies of #AA95A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95A3

Black with #AA95A3

Text Example


Text Example

White with #AA95A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95A3; }

 p { color: rgb(170,149,163); }

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

background-color css

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

 a { background-color: rgb(170,149,163); }

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

border-color css

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

 span { border-color: rgb(170,149,163); }

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