Html Css Color HEX #AE4372 Royal Heath

📋 copy color: '#AE4372'

red 174 ◦ green 67 ◦ blue 114

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

Shades of Royal Heath #AE4372

Tints of Royal Heath #AE4372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.87%

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

R = 49.01%
G = 18.87%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE4372 (or 0xAE4372) is known color: Royal Heath. HEX triplet: AE, 43 and 72. RGB value is (174,67,114). Sum of RGB (Red+Green+Blue) = 174+67+114=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4372 is #51BC8D. Grayscale: #686868. Windows color (decimal): -5356686 or 7488430. OLE color: 7488430.

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

Color convert

RGB 174 67 114 -
CMYK 0 0.61 0.34 0.32
HSL 333.64º 0.44% 0.47% -
HSV(B) 333.64º 0.61% 0.68% -
XYZ 22.5 14.23 17.48 -
YUV 104.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 174 67 114 0 0.61 0.34 0.32 333.64 0.44 0.47
Hex AE 43 72 0 3D 22 20 14E 2C 2F
Octal 256 103 162 0 75 42 40 516 54 57
Binary 10101110 1000011 1110010 0 111101 100010 100000 101001110 101100 101111

Color Harmonies of #AE4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4372

Black with #AE4372

Text Example


Text Example

White with #AE4372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4372; }

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

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

background-color css

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

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

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

border-color css

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

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

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