Html Css Color HEX #AA486E Royal Heath

📋 copy color: '#AA486E'

red 170 ◦ green 72 ◦ blue 110

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

Shades of Royal Heath #AA486E

Tints of Royal Heath #AA486E

RGB

 RED value IS 170 (66.8% from 255) = 48.3%

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

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

R = 48.3%
G = 20.45%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA486E (or 0xAA486E) is known color: Royal Heath. HEX triplet: AA, 48 and 6E. RGB value is (170,72,110). Sum of RGB (Red+Green+Blue) = 170+72+110=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA486E is #55B791. Grayscale: #696969. Windows color (decimal): -5617554 or 7227562. OLE color: 7227562.

HSL color Cylindrical-coordinate representation of color #AA486E: hue angle of 336.73º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA486E is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 72 110 -
CMYK 0 0.58 0.35 0.33
HSL 336.73º 0.4% 0.47% -
HSV(B) 336.73º 0.58% 0.67% -
XYZ 21.71 14.31 16.37 -
YUV 105.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 170 72 110 0 0.58 0.35 0.33 336.73 0.4 0.47
Hex AA 48 6E 0 3A 23 21 151 28 2F
Octal 252 110 156 0 72 43 41 521 50 57
Binary 10101010 1001000 1101110 0 111010 100011 100001 101010001 101000 101111

Color Harmonies of #AA486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA486E

Black with #AA486E

Text Example


Text Example

White with #AA486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA486E; }

 p { color: rgb(170,72,110); }

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

background-color css

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

 a { background-color: rgb(170,72,110); }

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

border-color css

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

 span { border-color: rgb(170,72,110); }

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