Html Css Color HEX #AE486B Royal Heath

📋 copy color: '#AE486B'

red 174 ◦ green 72 ◦ blue 107

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

Shades of Royal Heath #AE486B

Tints of Royal Heath #AE486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 49.29%
G = 20.4%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE486B (or 0xAE486B) is known color: Royal Heath. HEX triplet: AE, 48 and 6B. RGB value is (174,72,107). Sum of RGB (Red+Green+Blue) = 174+72+107=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE486B is #51B794. Grayscale: #6A6A6A. Windows color (decimal): -5355413 or 7030958. OLE color: 7030958.

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

Color convert

RGB 174 72 107 -
CMYK 0 0.59 0.39 0.32
HSL 339.41º 0.41% 0.48% -
HSV(B) 339.41º 0.59% 0.68% -
XYZ 22.43 14.69 15.56 -
YUV 106.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 174 72 107 0 0.59 0.39 0.32 339.41 0.41 0.48
Hex AE 48 6B 0 3B 27 20 153 29 30
Octal 256 110 153 0 73 47 40 523 51 60
Binary 10101110 1001000 1101011 0 111011 100111 100000 101010011 101001 110000

Color Harmonies of #AE486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE486B

Black with #AE486B

Text Example


Text Example

White with #AE486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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