Html Css Color HEX #AA9EA8 London Hue

📋 copy color: '#AA9EA8'

red 170 ◦ green 158 ◦ blue 168

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

Shades of London Hue #AA9EA8

Tints of London Hue #AA9EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 34.27%
G = 31.85%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA9EA8 (or 0xAA9EA8) is known color: London Hue. HEX triplet: AA, 9E and A8. RGB value is (170,158,168). Sum of RGB (Red+Green+Blue) = 170+158+168=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9EA8 is #556157. Grayscale: #A2A2A2. Windows color (decimal): -5595480 or 11050666. OLE color: 11050666.

HSL color Cylindrical-coordinate representation of color #AA9EA8: hue angle of 310º 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 #AA9EA8 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 158 168 -
CMYK 0 0.07 0.01 0.33
HSL 310º 0.07% 0.64% -
HSV(B) 310º 0.07% 0.67% -
XYZ 35.87 35.83 42.07 -
YUV 162.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 170 158 168 0 0.07 0.01 0.33 310 0.07 0.64
Hex AA 9E A8 0 7 1 21 136 7 40
Octal 252 236 250 0 7 1 41 466 7 100
Binary 10101010 10011110 10101000 0 111 1 100001 100110110 111 1000000

Color Harmonies of #AA9EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EA8

Black with #AA9EA8

Text Example


Text Example

White with #AA9EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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