Html Css Color HEX #AE5574 Royal Heath

📋 copy color: '#AE5574'

red 174 ◦ green 85 ◦ blue 116

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

Shades of Royal Heath #AE5574

Tints of Royal Heath #AE5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 46.4%
G = 22.67%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE5574 (or 0xAE5574) is known color: Royal Heath. HEX triplet: AE, 55 and 74. RGB value is (174,85,116). Sum of RGB (Red+Green+Blue) = 174+85+116=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5574 is #51AA8B. Grayscale: #737373. Windows color (decimal): -5352076 or 7624110. OLE color: 7624110.

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

Color convert

RGB 174 85 116 -
CMYK 0 0.51 0.33 0.32
HSL 339.1º 0.35% 0.51% -
HSV(B) 339.1º 0.51% 0.68% -
XYZ 23.86 16.76 18.5 -
YUV 115.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 174 85 116 0 0.51 0.33 0.32 339.1 0.35 0.51
Hex AE 55 74 0 33 21 20 153 23 33
Octal 256 125 164 0 63 41 40 523 43 63
Binary 10101110 1010101 1110100 0 110011 100001 100000 101010011 100011 110011

Color Harmonies of #AE5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5574

Black with #AE5574

Text Example


Text Example

White with #AE5574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5574; }

 p { color: rgb(174,85,116); }

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

background-color css

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

 a { background-color: rgb(174,85,116); }

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

border-color css

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

 span { border-color: rgb(174,85,116); }

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