Html Css Color HEX #AA8EAE London Hue

📋 copy color: '#AA8EAE'

red 170 ◦ green 142 ◦ blue 174

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

Shades of London Hue #AA8EAE

Tints of London Hue #AA8EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.22%

 BLUE value IS 174 (68.36% from 255) = 35.8%

R = 34.98%
G = 29.22%
B = 35.8%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA8EAE (or 0xAA8EAE) is known color: London Hue. HEX triplet: AA, 8E and AE. RGB value is (170,142,174). Sum of RGB (Red+Green+Blue) = 170+142+174=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA8EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8EAE is #557151. Grayscale: #999999. Windows color (decimal): -5599570 or 11439786. OLE color: 11439786.

HSL color Cylindrical-coordinate representation of color #AA8EAE: hue angle of 292.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8EAE is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 142 174 -
CMYK 0.02 0.18 0 0.32
HSL 292.5º 0.16% 0.62% -
HSV(B) 292.5º 0.18% 0.68% -
XYZ 33.89 30.95 44.23 -
YUV 154.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 170 142 174 0.02 0.18 0 0.32 292.5 0.16 0.62
Hex AA 8E AE 2 12 0 20 124 10 3E
Octal 252 216 256 2 22 0 40 444 20 76
Binary 10101010 10001110 10101110 10 10010 0 100000 100100100 10000 111110

Color Harmonies of #AA8EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8EAE

Black with #AA8EAE

Text Example


Text Example

White with #AA8EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8EAE; }

 p { color: rgb(170,142,174); }

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

background-color css

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

 a { background-color: rgb(170,142,174); }

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

border-color css

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

 span { border-color: rgb(170,142,174); }

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