Html Css Color HEX #AE486C Royal Heath

📋 copy color: '#AE486C'

red 174 ◦ green 72 ◦ blue 108

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

Shades of Royal Heath #AE486C

Tints of Royal Heath #AE486C

RGB

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

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

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

R = 49.15%
G = 20.34%
B = 30.51%

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

#AE486C (or 0xAE486C) is known color: Royal Heath. HEX triplet: AE, 48 and 6C. RGB value is (174,72,108). Sum of RGB (Red+Green+Blue) = 174+72+108=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE486C is #51B793. Grayscale: #6A6A6A. Windows color (decimal): -5355412 or 7096494. OLE color: 7096494.

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

Color convert

RGB 174 72 108 -
CMYK 0 0.59 0.38 0.32
HSL 338.82º 0.41% 0.48% -
HSV(B) 338.82º 0.59% 0.68% -
XYZ 22.48 14.72 15.84 -
YUV 106.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 174 72 108 0 0.59 0.38 0.32 338.82 0.41 0.48
Hex AE 48 6C 0 3B 26 20 153 29 30
Octal 256 110 154 0 73 46 40 523 51 60
Binary 10101110 1001000 1101100 0 111011 100110 100000 101010011 101001 110000

Color Harmonies of #AE486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE486C

Black with #AE486C

Text Example


Text Example

White with #AE486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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