Html Css Color HEX #AE4575 Royal Heath

📋 copy color: '#AE4575'

red 174 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #AE4575

Tints of Royal Heath #AE4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.17%

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 48.33%
G = 19.17%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE4575 (or 0xAE4575) is known color: Royal Heath. HEX triplet: AE, 45 and 75. RGB value is (174,69,117). Sum of RGB (Red+Green+Blue) = 174+69+117=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4575 is #51BA8A. Grayscale: #696969. Windows color (decimal): -5356171 or 7685550. OLE color: 7685550.

HSL color Cylindrical-coordinate representation of color #AE4575: hue angle of 332.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4575 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 69 117 -
CMYK 0 0.60 0.33 0.32
HSL 332.57º 0.43% 0.48% -
HSV(B) 332.57º 0.6% 0.68% -
XYZ 22.79 14.54 18.43 -
YUV 105.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 174 69 117 0 0.60 0.33 0.32 332.57 0.43 0.48
Hex AE 45 75 0 3C 21 20 14D 2B 30
Octal 256 105 165 0 74 41 40 515 53 60
Binary 10101110 1000101 1110101 0 111100 100001 100000 101001101 101011 110000

Color Harmonies of #AE4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4575

Black with #AE4575

Text Example


Text Example

White with #AE4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4575; }

 p { color: rgb(174,69,117); }

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

background-color css

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

 a { background-color: rgb(174,69,117); }

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

border-color css

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

 span { border-color: rgb(174,69,117); }

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