Html Css Color HEX #AA516E Royal Heath

📋 copy color: '#AA516E'

red 170 ◦ green 81 ◦ blue 110

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

Shades of Royal Heath #AA516E

Tints of Royal Heath #AA516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

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

R = 47.09%
G = 22.44%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA516E (or 0xAA516E) is known color: Royal Heath. HEX triplet: AA, 51 and 6E. RGB value is (170,81,110). Sum of RGB (Red+Green+Blue) = 170+81+110=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA516E is #55AE91. Grayscale: #6E6E6E. Windows color (decimal): -5615250 or 7229866. OLE color: 7229866.

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

Color convert

RGB 170 81 110 -
CMYK 0 0.52 0.35 0.33
HSL 340.45º 0.35% 0.49% -
HSV(B) 340.45º 0.52% 0.67% -
XYZ 22.33 15.56 16.58 -
YUV 110.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 170 81 110 0 0.52 0.35 0.33 340.45 0.35 0.49
Hex AA 51 6E 0 34 23 21 154 23 31
Octal 252 121 156 0 64 43 41 524 43 61
Binary 10101010 1010001 1101110 0 110100 100011 100001 101010100 100011 110001

Color Harmonies of #AA516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA516E

Black with #AA516E

Text Example


Text Example

White with #AA516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA516E; }

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

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

background-color css

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

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

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

border-color css

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

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

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