Html Css Color HEX #AE5C79 Royal Heath

📋 copy color: '#AE5C79'

red 174 ◦ green 92 ◦ blue 121

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

Shades of Royal Heath #AE5C79

Tints of Royal Heath #AE5C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 44.96%
G = 23.77%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE5C79 (or 0xAE5C79) is known color: Royal Heath. HEX triplet: AE, 5C and 79. RGB value is (174,92,121). Sum of RGB (Red+Green+Blue) = 174+92+121=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C79 is #51A386. Grayscale: #777777. Windows color (decimal): -5350279 or 7953582. OLE color: 7953582.

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

Color convert

RGB 174 92 121 -
CMYK 0 0.47 0.30 0.32
HSL 338.78º 0.34% 0.52% -
HSV(B) 338.78º 0.47% 0.68% -
XYZ 24.73 18.03 20.27 -
YUV 119.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 174 92 121 0 0.47 0.30 0.32 338.78 0.34 0.52
Hex AE 5C 79 0 2F 1E 20 153 22 34
Octal 256 134 171 0 57 36 40 523 42 64
Binary 10101110 1011100 1111001 0 101111 11110 100000 101010011 100010 110100

Color Harmonies of #AE5C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C79

Black with #AE5C79

Text Example


Text Example

White with #AE5C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C79; }

 p { color: rgb(174,92,121); }

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

background-color css

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

 a { background-color: rgb(174,92,121); }

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

border-color css

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

 span { border-color: rgb(174,92,121); }

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