Html Css Color HEX #AEAAAD London Hue

📋 copy color: '#AEAAAD'

red 174 ◦ green 170 ◦ blue 173

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

Shades of London Hue #AEAAAD

Tints of London Hue #AEAAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.88%

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 33.66%
G = 32.88%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AEAAAD (or 0xAEAAAD) is known color: London Hue. HEX triplet: AE, AA and AD. RGB value is (174,170,173). Sum of RGB (Red+Green+Blue) = 174+170+173=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAAD is #515552. Grayscale: #ABABAB. Windows color (decimal): -5330259 or 11381422. OLE color: 11381422.

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

Color convert

RGB 174 170 173 -
CMYK 0 0.02 0.01 0.32
HSL 315º 0.02% 0.67% -
HSV(B) 315º 0.02% 0.68% -
XYZ 39.37 40.77 45.33 -
YUV 171.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 174 170 173 0 0.02 0.01 0.32 315 0.02 0.67
Hex AE AA AD 0 2 1 20 13B 2 43
Octal 256 252 255 0 2 1 40 473 2 103
Binary 10101110 10101010 10101101 0 10 1 100000 100111011 10 1000011

Color Harmonies of #AEAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAAAD

Black with #AEAAAD

Text Example


Text Example

White with #AEAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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