Html Css Color HEX #AE84A5 London Hue

📋 copy color: '#AE84A5'

red 174 ◦ green 132 ◦ blue 165

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

Shades of London Hue #AE84A5

Tints of London Hue #AE84A5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

 BLUE value IS 165 (64.84% from 255) = 35.03%

R = 36.94%
G = 28.03%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE84A5 (or 0xAE84A5) is known color: London Hue. HEX triplet: AE, 84 and A5. RGB value is (174,132,165). Sum of RGB (Red+Green+Blue) = 174+132+165=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AE84A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE84A5 is #517B5A. Grayscale: #949494. Windows color (decimal): -5339995 or 10847406. OLE color: 10847406.

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

Color convert

RGB 174 132 165 -
CMYK 0 0.24 0.05 0.32
HSL 312.86º 0.21% 0.6% -
HSV(B) 312.86º 0.24% 0.68% -
XYZ 32.5 28.22 39.33 -
YUV 148.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 174 132 165 0 0.24 0.05 0.32 312.86 0.21 0.6
Hex AE 84 A5 0 18 5 20 139 15 3C
Octal 256 204 245 0 30 5 40 471 25 74
Binary 10101110 10000100 10100101 0 11000 101 100000 100111001 10101 111100

Color Harmonies of #AE84A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE84A5

Black with #AE84A5

Text Example


Text Example

White with #AE84A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE84A5; }

 p { color: rgb(174,132,165); }

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

background-color css

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

 a { background-color: rgb(174,132,165); }

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

border-color css

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

 span { border-color: rgb(174,132,165); }

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