Html Css Color HEX #AE4B70 Royal Heath

📋 copy color: '#AE4B70'

red 174 ◦ green 75 ◦ blue 112

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

Shades of Royal Heath #AE4B70

Tints of Royal Heath #AE4B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.78%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 48.2%
G = 20.78%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE4B70 (or 0xAE4B70) is known color: Royal Heath. HEX triplet: AE, 4B and 70. RGB value is (174,75,112). Sum of RGB (Red+Green+Blue) = 174+75+112=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4B70 is #51B48F. Grayscale: #6C6C6C. Windows color (decimal): -5354640 or 7359406. OLE color: 7359406.

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

Color convert

RGB 174 75 112 -
CMYK 0 0.57 0.36 0.32
HSL 337.58º 0.4% 0.49% -
HSV(B) 337.58º 0.57% 0.68% -
XYZ 22.9 15.2 17.06 -
YUV 108.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 174 75 112 0 0.57 0.36 0.32 337.58 0.4 0.49
Hex AE 4B 70 0 39 24 20 152 28 31
Octal 256 113 160 0 71 44 40 522 50 61
Binary 10101110 1001011 1110000 0 111001 100100 100000 101010010 101000 110001

Color Harmonies of #AE4B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4B70

Black with #AE4B70

Text Example


Text Example

White with #AE4B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4B70; }

 p { color: rgb(174,75,112); }

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

background-color css

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

 a { background-color: rgb(174,75,112); }

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

border-color css

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

 span { border-color: rgb(174,75,112); }

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