Html Css Color HEX #AEA1AC London Hue

📋 copy color: '#AEA1AC'

red 174 ◦ green 161 ◦ blue 172

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

Shades of London Hue #AEA1AC

Tints of London Hue #AEA1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 34.32%
G = 31.76%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AEA1AC (or 0xAEA1AC) is known color: London Hue. HEX triplet: AE, A1 and AC. RGB value is (174,161,172). Sum of RGB (Red+Green+Blue) = 174+161+172=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA1AC is #515E53. Grayscale: #A6A6A6. Windows color (decimal): -5332564 or 11313582. OLE color: 11313582.

HSL color Cylindrical-coordinate representation of color #AEA1AC: hue angle of 309.23º 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 #AEA1AC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 161 172 -
CMYK 0 0.07 0.01 0.32
HSL 309.23º 0.07% 0.66% -
HSV(B) 309.23º 0.07% 0.68% -
XYZ 37.65 37.47 44.28 -
YUV 166.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 174 161 172 0 0.07 0.01 0.32 309.23 0.07 0.66
Hex AE A1 AC 0 7 1 20 135 7 42
Octal 256 241 254 0 7 1 40 465 7 102
Binary 10101110 10100001 10101100 0 111 1 100000 100110101 111 1000010

Color Harmonies of #AEA1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA1AC

Black with #AEA1AC

Text Example


Text Example

White with #AEA1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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