Html Css Color HEX #AE8EA6 London Hue

📋 copy color: '#AE8EA6'

red 174 ◦ green 142 ◦ blue 166

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

Shades of London Hue #AE8EA6

Tints of London Hue #AE8EA6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.46%

 BLUE value IS 166 (65.23% from 255) = 34.44%

R = 36.1%
G = 29.46%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE8EA6 (or 0xAE8EA6) is known color: London Hue. HEX triplet: AE, 8E and A6. RGB value is (174,142,166). Sum of RGB (Red+Green+Blue) = 174+142+166=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8EA6 is #517159. Grayscale: #9A9A9A. Windows color (decimal): -5337434 or 10915502. OLE color: 10915502.

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

Color convert

RGB 174 142 166 -
CMYK 0 0.18 0.05 0.32
HSL 315º 0.16% 0.62% -
HSV(B) 315º 0.18% 0.68% -
XYZ 34.01 31.1 40.29 -
YUV 154.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 174 142 166 0 0.18 0.05 0.32 315 0.16 0.62
Hex AE 8E A6 0 12 5 20 13B 10 3E
Octal 256 216 246 0 22 5 40 473 20 76
Binary 10101110 10001110 10100110 0 10010 101 100000 100111011 10000 111110

Color Harmonies of #AE8EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8EA6

Black with #AE8EA6

Text Example


Text Example

White with #AE8EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8EA6; }

 p { color: rgb(174,142,166); }

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

background-color css

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

 a { background-color: rgb(174,142,166); }

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

border-color css

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

 span { border-color: rgb(174,142,166); }

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