Html Css Color HEX #AEA0AA London Hue

📋 copy color: '#AEA0AA'

red 174 ◦ green 160 ◦ blue 170

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

Shades of London Hue #AEA0AA

Tints of London Hue #AEA0AA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.75%

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

R = 34.52%
G = 31.75%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AEA0AA (or 0xAEA0AA) is known color: London Hue. HEX triplet: AE, A0 and AA. RGB value is (174,160,170). Sum of RGB (Red+Green+Blue) = 174+160+170=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA0AA is #515F55. Grayscale: #A5A5A5. Windows color (decimal): -5332822 or 11182254. OLE color: 11182254.

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

Color convert

RGB 174 160 170 -
CMYK 0 0.08 0.02 0.32
HSL 317.14º 0.08% 0.65% -
HSV(B) 317.14º 0.08% 0.68% -
XYZ 37.28 37.04 43.22 -
YUV 165.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 174 160 170 0 0.08 0.02 0.32 317.14 0.08 0.65
Hex AE A0 AA 0 8 2 20 13D 8 41
Octal 256 240 252 0 10 2 40 475 10 101
Binary 10101110 10100000 10101010 0 1000 10 100000 100111101 1000 1000001

Color Harmonies of #AEA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA0AA

Black with #AEA0AA

Text Example


Text Example

White with #AEA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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