Html Css Color HEX #AE5577 Royal Heath

📋 copy color: '#AE5577'

red 174 ◦ green 85 ◦ blue 119

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

Shades of Royal Heath #AE5577

Tints of Royal Heath #AE5577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 46.03%
G = 22.49%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE5577 (or 0xAE5577) is known color: Royal Heath. HEX triplet: AE, 55 and 77. RGB value is (174,85,119). Sum of RGB (Red+Green+Blue) = 174+85+119=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5577 is #51AA88. Grayscale: #737373. Windows color (decimal): -5352073 or 7820718. OLE color: 7820718.

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

Color convert

RGB 174 85 119 -
CMYK 0 0.51 0.32 0.32
HSL 337.08º 0.35% 0.51% -
HSV(B) 337.08º 0.51% 0.68% -
XYZ 24.03 16.83 19.43 -
YUV 115.49 129.99 169.74 -
System Red Green Blue C M Y K H S L
Decimal 174 85 119 0 0.51 0.32 0.32 337.08 0.35 0.51
Hex AE 55 77 0 33 20 20 151 23 33
Octal 256 125 167 0 63 40 40 521 43 63
Binary 10101110 1010101 1110111 0 110011 100000 100000 101010001 100011 110011

Color Harmonies of #AE5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5577

Black with #AE5577

Text Example


Text Example

White with #AE5577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5577; }

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

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

background-color css

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

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

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

border-color css

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

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

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