Html Css Color HEX #AEA1AB London Hue

📋 copy color: '#AEA1AB'

red 174 ◦ green 161 ◦ blue 171

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

Shades of London Hue #AEA1AB

Tints of London Hue #AEA1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.82%

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 34.39%
G = 31.82%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AEA1AB (or 0xAEA1AB) is known color: London Hue. HEX triplet: AE, A1 and AB. RGB value is (174,161,171). Sum of RGB (Red+Green+Blue) = 174+161+171=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA1AB is #515E54. Grayscale: #A6A6A6. Windows color (decimal): -5332565 or 11248046. OLE color: 11248046.

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

Color convert

RGB 174 161 171 -
CMYK 0 0.07 0.02 0.32
HSL 313.85º 0.07% 0.66% -
HSV(B) 313.85º 0.07% 0.68% -
XYZ 37.55 37.43 43.77 -
YUV 166.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 174 161 171 0 0.07 0.02 0.32 313.85 0.07 0.66
Hex AE A1 AB 0 7 2 20 13A 7 42
Octal 256 241 253 0 7 2 40 472 7 102
Binary 10101110 10100001 10101011 0 111 10 100000 100111010 111 1000010

Color Harmonies of #AEA1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA1AB

Black with #AEA1AB

Text Example


Text Example

White with #AEA1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA1AB; }

 p { color: rgb(174,161,171); }

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

background-color css

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

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

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

border-color css

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

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

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