Html Css Color HEX #AA537E Royal Heath

📋 copy color: '#AA537E'

red 170 ◦ green 83 ◦ blue 126

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

Shades of Royal Heath #AA537E

Tints of Royal Heath #AA537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 44.85%
G = 21.9%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA537E (or 0xAA537E) is known color: Royal Heath. HEX triplet: AA, 53 and 7E. RGB value is (170,83,126). Sum of RGB (Red+Green+Blue) = 170+83+126=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA537E is #55AC81. Grayscale: #717171. Windows color (decimal): -5614722 or 8278954. OLE color: 8278954.

HSL color Cylindrical-coordinate representation of color #AA537E: hue angle of 330.34º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA537E is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 83 126 -
CMYK 0 0.51 0.26 0.33
HSL 330.34º 0.34% 0.5% -
HSV(B) 330.34º 0.51% 0.67% -
XYZ 23.44 16.24 21.64 -
YUV 113.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 170 83 126 0 0.51 0.26 0.33 330.34 0.34 0.5
Hex AA 53 7E 0 33 1A 21 14A 22 32
Octal 252 123 176 0 63 32 41 512 42 62
Binary 10101010 1010011 1111110 0 110011 11010 100001 101001010 100010 110010

Color Harmonies of #AA537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA537E

Black with #AA537E

Text Example


Text Example

White with #AA537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA537E; }

 p { color: rgb(170,83,126); }

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

background-color css

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

 a { background-color: rgb(170,83,126); }

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

border-color css

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

 span { border-color: rgb(170,83,126); }

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