Html Css Color HEX #AE5973 Royal Heath

📋 copy color: '#AE5973'

red 174 ◦ green 89 ◦ blue 115

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

Shades of Royal Heath #AE5973

Tints of Royal Heath #AE5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 46.03%
G = 23.54%
B = 30.42%

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

#AE5973 (or 0xAE5973) is known color: Royal Heath. HEX triplet: AE, 59 and 73. RGB value is (174,89,115). Sum of RGB (Red+Green+Blue) = 174+89+115=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5973 is #51A68C. Grayscale: #757575. Windows color (decimal): -5351053 or 7559598. OLE color: 7559598.

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

Color convert

RGB 174 89 115 -
CMYK 0 0.49 0.34 0.32
HSL 341.65º 0.34% 0.52% -
HSV(B) 341.65º 0.49% 0.68% -
XYZ 24.12 17.38 18.3 -
YUV 117.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 174 89 115 0 0.49 0.34 0.32 341.65 0.34 0.52
Hex AE 59 73 0 31 22 20 156 22 34
Octal 256 131 163 0 61 42 40 526 42 64
Binary 10101110 1011001 1110011 0 110001 100010 100000 101010110 100010 110100

Color Harmonies of #AE5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5973

Black with #AE5973

Text Example


Text Example

White with #AE5973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5973; }

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

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

background-color css

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

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

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

border-color css

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

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

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