Html Css Color HEX #AE8CAC London Hue

📋 copy color: '#AE8CAC'

red 174 ◦ green 140 ◦ blue 172

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

Shades of London Hue #AE8CAC

Tints of London Hue #AE8CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

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

R = 35.8%
G = 28.81%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE8CAC (or 0xAE8CAC) is known color: London Hue. HEX triplet: AE, 8C and AC. RGB value is (174,140,172). Sum of RGB (Red+Green+Blue) = 174+140+172=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8CAC is #517353. Grayscale: #999999. Windows color (decimal): -5337940 or 11308206. OLE color: 11308206.

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

Color convert

RGB 174 140 172 -
CMYK 0 0.20 0.01 0.32
HSL 303.53º 0.17% 0.62% -
HSV(B) 303.53º 0.2% 0.68% -
XYZ 34.28 30.73 43.16 -
YUV 153.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 174 140 172 0 0.20 0.01 0.32 303.53 0.17 0.62
Hex AE 8C AC 0 14 1 20 130 11 3E
Octal 256 214 254 0 24 1 40 460 21 76
Binary 10101110 10001100 10101100 0 10100 1 100000 100110000 10001 111110

Color Harmonies of #AE8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8CAC

Black with #AE8CAC

Text Example


Text Example

White with #AE8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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