Html Css Color HEX #AE90AA London Hue

📋 copy color: '#AE90AA'

red 174 ◦ green 144 ◦ blue 170

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

Shades of London Hue #AE90AA

Tints of London Hue #AE90AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.51%

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

R = 35.66%
G = 29.51%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE90AA (or 0xAE90AA) is known color: London Hue. HEX triplet: AE, 90 and AA. RGB value is (174,144,170). Sum of RGB (Red+Green+Blue) = 174+144+170=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AE90AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE90AA is #516F55. Grayscale: #9B9B9B. Windows color (decimal): -5336918 or 11178158. OLE color: 11178158.

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

Color convert

RGB 174 144 170 -
CMYK 0 0.17 0.02 0.32
HSL 308º 0.16% 0.62% -
HSV(B) 308º 0.17% 0.68% -
XYZ 34.68 31.85 42.35 -
YUV 155.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 174 144 170 0 0.17 0.02 0.32 308 0.16 0.62
Hex AE 90 AA 0 11 2 20 134 10 3E
Octal 256 220 252 0 21 2 40 464 20 76
Binary 10101110 10010000 10101010 0 10001 10 100000 100110100 10000 111110

Color Harmonies of #AE90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90AA

Black with #AE90AA

Text Example


Text Example

White with #AE90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE90AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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