Html Css Color HEX #AA9EA4 Shady Lady

📋 copy color: '#AA9EA4'

red 170 ◦ green 158 ◦ blue 164

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

Shades of Shady Lady #AA9EA4

Tints of Shady Lady #AA9EA4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

 BLUE value IS 164 (64.45% from 255) = 33.33%

R = 34.55%
G = 32.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA9EA4 (or 0xAA9EA4) is known color: Shady Lady. HEX triplet: AA, 9E and A4. RGB value is (170,158,164). Sum of RGB (Red+Green+Blue) = 170+158+164=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9EA4 is #55615B. Grayscale: #A2A2A2. Windows color (decimal): -5595484 or 10788522. OLE color: 10788522.

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

Color convert

RGB 170 158 164 -
CMYK 0 0.07 0.04 0.33
HSL 330º 0.07% 0.64% -
HSV(B) 330º 0.07% 0.67% -
XYZ 35.51 35.68 40.14 -
YUV 162.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 170 158 164 0 0.07 0.04 0.33 330 0.07 0.64
Hex AA 9E A4 0 7 4 21 14A 7 40
Octal 252 236 244 0 7 4 41 512 7 100
Binary 10101010 10011110 10100100 0 111 100 100001 101001010 111 1000000

Color Harmonies of #AA9EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EA4

Black with #AA9EA4

Text Example


Text Example

White with #AA9EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EA4; }

 p { color: rgb(170,158,164); }

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

background-color css

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

 a { background-color: rgb(170,158,164); }

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

border-color css

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

 span { border-color: rgb(170,158,164); }

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