Html Css Color HEX #AE476C Royal Heath

📋 copy color: '#AE476C'

red 174 ◦ green 71 ◦ blue 108

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

Shades of Royal Heath #AE476C

Tints of Royal Heath #AE476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 49.29%
G = 20.11%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE476C (or 0xAE476C) is known color: Royal Heath. HEX triplet: AE, 47 and 6C. RGB value is (174,71,108). Sum of RGB (Red+Green+Blue) = 174+71+108=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE476C is #51B893. Grayscale: #696969. Windows color (decimal): -5355668 or 7096238. OLE color: 7096238.

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

Color convert

RGB 174 71 108 -
CMYK 0 0.59 0.38 0.32
HSL 338.45º 0.42% 0.48% -
HSV(B) 338.45º 0.59% 0.68% -
XYZ 22.42 14.59 15.82 -
YUV 106.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 174 71 108 0 0.59 0.38 0.32 338.45 0.42 0.48
Hex AE 47 6C 0 3B 26 20 152 2A 30
Octal 256 107 154 0 73 46 40 522 52 60
Binary 10101110 1000111 1101100 0 111011 100110 100000 101010010 101010 110000

Color Harmonies of #AE476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE476C

Black with #AE476C

Text Example


Text Example

White with #AE476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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