Html Css Color HEX #AE476E Royal Heath

📋 copy color: '#AE476E'

red 174 ◦ green 71 ◦ blue 110

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

Shades of Royal Heath #AE476E

Tints of Royal Heath #AE476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 49.01%
G = 20%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE476E (or 0xAE476E) is known color: Royal Heath. HEX triplet: AE, 47 and 6E. RGB value is (174,71,110). Sum of RGB (Red+Green+Blue) = 174+71+110=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE476E is #51B891. Grayscale: #6A6A6A. Windows color (decimal): -5355666 or 7227310. OLE color: 7227310.

HSL color Cylindrical-coordinate representation of color #AE476E: hue angle of 337.28º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE476E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 71 110 -
CMYK 0 0.59 0.37 0.32
HSL 337.28º 0.42% 0.48% -
HSV(B) 337.28º 0.59% 0.68% -
XYZ 22.52 14.63 16.39 -
YUV 106.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 174 71 110 0 0.59 0.37 0.32 337.28 0.42 0.48
Hex AE 47 6E 0 3B 25 20 151 2A 30
Octal 256 107 156 0 73 45 40 521 52 60
Binary 10101110 1000111 1101110 0 111011 100101 100000 101010001 101010 110000

Color Harmonies of #AE476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE476E

Black with #AE476E

Text Example


Text Example

White with #AE476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE476E; }

 p { color: rgb(174,71,110); }

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

background-color css

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

 a { background-color: rgb(174,71,110); }

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

border-color css

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

 span { border-color: rgb(174,71,110); }

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