Html Css Color HEX #AE5D77 Royal Heath

📋 copy color: '#AE5D77'

red 174 ◦ green 93 ◦ blue 119

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

Shades of Royal Heath #AE5D77

Tints of Royal Heath #AE5D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

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

R = 45.08%
G = 24.09%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE5D77 (or 0xAE5D77) is known color: Royal Heath. HEX triplet: AE, 5D and 77. RGB value is (174,93,119). Sum of RGB (Red+Green+Blue) = 174+93+119=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D77 is #51A288. Grayscale: #787878. Windows color (decimal): -5350025 or 7822766. OLE color: 7822766.

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

Color convert

RGB 174 93 119 -
CMYK 0 0.47 0.32 0.32
HSL 340.74º 0.33% 0.52% -
HSV(B) 340.74º 0.47% 0.68% -
XYZ 24.7 18.16 19.66 -
YUV 120.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 174 93 119 0 0.47 0.32 0.32 340.74 0.33 0.52
Hex AE 5D 77 0 2F 20 20 155 21 34
Octal 256 135 167 0 57 40 40 525 41 64
Binary 10101110 1011101 1110111 0 101111 100000 100000 101010101 100001 110100

Color Harmonies of #AE5D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D77

Black with #AE5D77

Text Example


Text Example

White with #AE5D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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