Html Css Color HEX #AE9DAE London Hue

📋 copy color: '#AE9DAE'

red 174 ◦ green 157 ◦ blue 174

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

Shades of London Hue #AE9DAE

Tints of London Hue #AE9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

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

R = 34.46%
G = 31.09%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE9DAE (or 0xAE9DAE) is known color: London Hue. HEX triplet: AE, 9D and AE. RGB value is (174,157,174). Sum of RGB (Red+Green+Blue) = 174+157+174=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE9DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9DAE is #516251. Grayscale: #A3A3A3. Windows color (decimal): -5333586 or 11443630. OLE color: 11443630.

HSL color Cylindrical-coordinate representation of color #AE9DAE: hue angle of 300º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AE9DAE is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 157 174 -
CMYK 0 0.10 0 0.32
HSL 300º 0.09% 0.65% -
HSV(B) 300º 0.1% 0.68% -
XYZ 37.15 36.17 45.07 -
YUV 164.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 174 157 174 0 0.10 0 0.32 300 0.09 0.65
Hex AE 9D AE 0 A 0 20 12C 9 41
Octal 256 235 256 0 12 0 40 454 11 101
Binary 10101110 10011101 10101110 0 1010 0 100000 100101100 1001 1000001

Color Harmonies of #AE9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DAE

Black with #AE9DAE

Text Example


Text Example

White with #AE9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DAE; }

 p { color: rgb(174,157,174); }

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

background-color css

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

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

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

border-color css

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

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

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