Html Css Color HEX #AE5476 Royal Heath

📋 copy color: '#AE5476'

red 174 ◦ green 84 ◦ blue 118

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

Shades of Royal Heath #AE5476

Tints of Royal Heath #AE5476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 46.28%
G = 22.34%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE5476 (or 0xAE5476) is known color: Royal Heath. HEX triplet: AE, 54 and 76. RGB value is (174,84,118). Sum of RGB (Red+Green+Blue) = 174+84+118=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5476 is #51AB89. Grayscale: #727272. Windows color (decimal): -5352330 or 7754926. OLE color: 7754926.

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

Color convert

RGB 174 84 118 -
CMYK 0 0.52 0.32 0.32
HSL 337.33º 0.36% 0.51% -
HSV(B) 337.33º 0.52% 0.68% -
XYZ 23.9 16.65 19.09 -
YUV 114.79 129.82 170.24 -
System Red Green Blue C M Y K H S L
Decimal 174 84 118 0 0.52 0.32 0.32 337.33 0.36 0.51
Hex AE 54 76 0 34 20 20 151 24 33
Octal 256 124 166 0 64 40 40 521 44 63
Binary 10101110 1010100 1110110 0 110100 100000 100000 101010001 100100 110011

Color Harmonies of #AE5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5476

Black with #AE5476

Text Example


Text Example

White with #AE5476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5476; }

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

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

background-color css

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

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

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

border-color css

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

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

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