Html Css Color HEX #AE5173 Royal Heath

📋 copy color: '#AE5173'

red 174 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #AE5173

Tints of Royal Heath #AE5173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.89%

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 47.03%
G = 21.89%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE5173 (or 0xAE5173) is known color: Royal Heath. HEX triplet: AE, 51 and 73. RGB value is (174,81,115). Sum of RGB (Red+Green+Blue) = 174+81+115=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5173 is #51AE8C. Grayscale: #707070. Windows color (decimal): -5353101 or 7557550. OLE color: 7557550.

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

Color convert

RGB 174 81 115 -
CMYK 0 0.53 0.34 0.32
HSL 338.06º 0.36% 0.5% -
HSV(B) 338.06º 0.53% 0.68% -
XYZ 23.49 16.12 18.09 -
YUV 112.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 174 81 115 0 0.53 0.34 0.32 338.06 0.36 0.5
Hex AE 51 73 0 35 22 20 152 24 32
Octal 256 121 163 0 65 42 40 522 44 62
Binary 10101110 1010001 1110011 0 110101 100010 100000 101010010 100100 110010

Color Harmonies of #AE5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5173

Black with #AE5173

Text Example


Text Example

White with #AE5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5173; }

 p { color: rgb(174,81,115); }

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

background-color css

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

 a { background-color: rgb(174,81,115); }

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

border-color css

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

 span { border-color: rgb(174,81,115); }

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