Html Css Color HEX #AE5672 Royal Heath

📋 copy color: '#AE5672'

red 174 ◦ green 86 ◦ blue 114

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

Shades of Royal Heath #AE5672

Tints of Royal Heath #AE5672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 46.52%
G = 22.99%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE5672 (or 0xAE5672) is known color: Royal Heath. HEX triplet: AE, 56 and 72. RGB value is (174,86,114). Sum of RGB (Red+Green+Blue) = 174+86+114=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5672 is #51A98D. Grayscale: #737373. Windows color (decimal): -5351822 or 7493294. OLE color: 7493294.

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

Color convert

RGB 174 86 114 -
CMYK 0 0.51 0.34 0.32
HSL 340.91º 0.35% 0.51% -
HSV(B) 340.91º 0.51% 0.68% -
XYZ 23.82 16.87 17.92 -
YUV 115.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 174 86 114 0 0.51 0.34 0.32 340.91 0.35 0.51
Hex AE 56 72 0 33 22 20 155 23 33
Octal 256 126 162 0 63 42 40 525 43 63
Binary 10101110 1010110 1110010 0 110011 100010 100000 101010101 100011 110011

Color Harmonies of #AE5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5672

Black with #AE5672

Text Example


Text Example

White with #AE5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5672; }

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

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

background-color css

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

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

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

border-color css

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

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

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