Html Css Color HEX #AE5677 Royal Heath

📋 copy color: '#AE5677'

red 174 ◦ green 86 ◦ blue 119

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

Shades of Royal Heath #AE5677

Tints of Royal Heath #AE5677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

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

R = 45.91%
G = 22.69%
B = 31.4%

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

#AE5677 (or 0xAE5677) is known color: Royal Heath. HEX triplet: AE, 56 and 77. RGB value is (174,86,119). Sum of RGB (Red+Green+Blue) = 174+86+119=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5677 is #51A988. Grayscale: #747474. Windows color (decimal): -5351817 or 7820974. OLE color: 7820974.

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

Color convert

RGB 174 86 119 -
CMYK 0 0.51 0.32 0.32
HSL 337.5º 0.35% 0.51% -
HSV(B) 337.5º 0.51% 0.68% -
XYZ 24.11 16.99 19.46 -
YUV 116.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 174 86 119 0 0.51 0.32 0.32 337.5 0.35 0.51
Hex AE 56 77 0 33 20 20 152 23 33
Octal 256 126 167 0 63 40 40 522 43 63
Binary 10101110 1010110 1110111 0 110011 100000 100000 101010010 100011 110011

Color Harmonies of #AE5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5677

Black with #AE5677

Text Example


Text Example

White with #AE5677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5677; }

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

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

background-color css

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

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

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

border-color css

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

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

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