Html Css Color HEX #AE446F Royal Heath

📋 copy color: '#AE446F'

red 174 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #AE446F

Tints of Royal Heath #AE446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 49.29%
G = 19.26%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE446F (or 0xAE446F) is known color: Royal Heath. HEX triplet: AE, 44 and 6F. RGB value is (174,68,111). Sum of RGB (Red+Green+Blue) = 174+68+111=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE446F is #51BB90. Grayscale: #686868. Windows color (decimal): -5356433 or 7292078. OLE color: 7292078.

HSL color Cylindrical-coordinate representation of color #AE446F: hue angle of 335.66º 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 #AE446F is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 68 111 -
CMYK 0 0.61 0.36 0.32
HSL 335.66º 0.44% 0.47% -
HSV(B) 335.66º 0.61% 0.68% -
XYZ 22.39 14.28 16.62 -
YUV 104.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 174 68 111 0 0.61 0.36 0.32 335.66 0.44 0.47
Hex AE 44 6F 0 3D 24 20 150 2C 2F
Octal 256 104 157 0 75 44 40 520 54 57
Binary 10101110 1000100 1101111 0 111101 100100 100000 101010000 101100 101111

Color Harmonies of #AE446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE446F

Black with #AE446F

Text Example


Text Example

White with #AE446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE446F; }

 p { color: rgb(174,68,111); }

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

background-color css

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

 a { background-color: rgb(174,68,111); }

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

border-color css

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

 span { border-color: rgb(174,68,111); }

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