Html Css Color HEX #AE486D Royal Heath

📋 copy color: '#AE486D'

red 174 ◦ green 72 ◦ blue 109

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

Shades of Royal Heath #AE486D

Tints of Royal Heath #AE486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.28%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 49.01%
G = 20.28%
B = 30.7%

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

#AE486D (or 0xAE486D) is known color: Royal Heath. HEX triplet: AE, 48 and 6D. RGB value is (174,72,109). Sum of RGB (Red+Green+Blue) = 174+72+109=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE486D is #51B792. Grayscale: #6A6A6A. Windows color (decimal): -5355411 or 7162030. OLE color: 7162030.

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

Color convert

RGB 174 72 109 -
CMYK 0 0.59 0.37 0.32
HSL 338.24º 0.41% 0.48% -
HSV(B) 338.24º 0.59% 0.68% -
XYZ 22.53 14.74 16.12 -
YUV 106.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 174 72 109 0 0.59 0.37 0.32 338.24 0.41 0.48
Hex AE 48 6D 0 3B 25 20 152 29 30
Octal 256 110 155 0 73 45 40 522 51 60
Binary 10101110 1001000 1101101 0 111011 100101 100000 101010010 101001 110000

Color Harmonies of #AE486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE486D

Black with #AE486D

Text Example


Text Example

White with #AE486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE486D; }

 p { color: rgb(174,72,109); }

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

background-color css

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

 a { background-color: rgb(174,72,109); }

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

border-color css

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

 span { border-color: rgb(174,72,109); }

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