Html Css Color HEX #AE5472 Royal Heath

📋 copy color: '#AE5472'

red 174 ◦ green 84 ◦ blue 114

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

Shades of Royal Heath #AE5472

Tints of Royal Heath #AE5472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 46.77%
G = 22.58%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE5472 (or 0xAE5472) is known color: Royal Heath. HEX triplet: AE, 54 and 72. RGB value is (174,84,114). Sum of RGB (Red+Green+Blue) = 174+84+114=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5472 is #51AB8D. Grayscale: #727272. Windows color (decimal): -5352334 or 7492782. OLE color: 7492782.

HSL color Cylindrical-coordinate representation of color #AE5472: hue angle of 340º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5472 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 84 114 -
CMYK 0 0.52 0.34 0.32
HSL 340º 0.36% 0.51% -
HSV(B) 340º 0.52% 0.68% -
XYZ 23.66 16.55 17.87 -
YUV 114.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 174 84 114 0 0.52 0.34 0.32 340 0.36 0.51
Hex AE 54 72 0 34 22 20 154 24 33
Octal 256 124 162 0 64 42 40 524 44 63
Binary 10101110 1010100 1110010 0 110100 100010 100000 101010100 100100 110011

Color Harmonies of #AE5472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5472

Black with #AE5472

Text Example


Text Example

White with #AE5472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5472; }

 p { color: rgb(174,84,114); }

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

background-color css

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

 a { background-color: rgb(174,84,114); }

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

border-color css

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

 span { border-color: rgb(174,84,114); }

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