Html Css Color HEX #AE5872 Royal Heath

📋 copy color: '#AE5872'

red 174 ◦ green 88 ◦ blue 114

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

Shades of Royal Heath #AE5872

Tints of Royal Heath #AE5872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 46.28%
G = 23.4%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE5872 (or 0xAE5872) is known color: Royal Heath. HEX triplet: AE, 58 and 72. RGB value is (174,88,114). Sum of RGB (Red+Green+Blue) = 174+88+114=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5872 is #51A78D. Grayscale: #747474. Windows color (decimal): -5351310 or 7493806. OLE color: 7493806.

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

Color convert

RGB 174 88 114 -
CMYK 0 0.49 0.34 0.32
HSL 341.86º 0.35% 0.51% -
HSV(B) 341.86º 0.49% 0.68% -
XYZ 23.98 17.19 17.97 -
YUV 116.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 174 88 114 0 0.49 0.34 0.32 341.86 0.35 0.51
Hex AE 58 72 0 31 22 20 156 23 33
Octal 256 130 162 0 61 42 40 526 43 63
Binary 10101110 1011000 1110010 0 110001 100010 100000 101010110 100011 110011

Color Harmonies of #AE5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5872

Black with #AE5872

Text Example


Text Example

White with #AE5872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5872; }

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

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

background-color css

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

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

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

border-color css

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

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

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