Html Css Color HEX #AE9AAA London Hue

📋 copy color: '#AE9AAA'

red 174 ◦ green 154 ◦ blue 170

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

Shades of London Hue #AE9AAA

Tints of London Hue #AE9AAA

RGB

 RED value IS 174 (68.36% from 255) = 34.94%

 GREEN value IS 154 (60.55% from 255) = 30.92%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 34.94%
G = 30.92%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE9AAA (or 0xAE9AAA) is known color: London Hue. HEX triplet: AE, 9A and AA. RGB value is (174,154,170). Sum of RGB (Red+Green+Blue) = 174+154+170=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9AAA is #516555. Grayscale: #A1A1A1. Windows color (decimal): -5334358 or 11180718. OLE color: 11180718.

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

Color convert

RGB 174 154 170 -
CMYK 0 0.11 0.02 0.32
HSL 312º 0.11% 0.64% -
HSV(B) 312º 0.11% 0.68% -
XYZ 36.27 35.01 42.88 -
YUV 161.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 174 154 170 0 0.11 0.02 0.32 312 0.11 0.64
Hex AE 9A AA 0 B 2 20 138 B 40
Octal 256 232 252 0 13 2 40 470 13 100
Binary 10101110 10011010 10101010 0 1011 10 100000 100111000 1011 1000000

Color Harmonies of #AE9AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9AAA

Black with #AE9AAA

Text Example


Text Example

White with #AE9AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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