Html Css Color HEX #AA5A7E Royal Heath

📋 copy color: '#AA5A7E'

red 170 ◦ green 90 ◦ blue 126

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

Shades of Royal Heath #AA5A7E

Tints of Royal Heath #AA5A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 44.04%
G = 23.32%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA5A7E (or 0xAA5A7E) is known color: Royal Heath. HEX triplet: AA, 5A and 7E. RGB value is (170,90,126). Sum of RGB (Red+Green+Blue) = 170+90+126=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A7E is #55A581. Grayscale: #757575. Windows color (decimal): -5612930 or 8280746. OLE color: 8280746.

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

Color convert

RGB 170 90 126 -
CMYK 0 0.47 0.26 0.33
HSL 333º 0.32% 0.51% -
HSV(B) 333º 0.47% 0.67% -
XYZ 24 17.36 21.83 -
YUV 118.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 170 90 126 0 0.47 0.26 0.33 333 0.32 0.51
Hex AA 5A 7E 0 2F 1A 21 14D 20 33
Octal 252 132 176 0 57 32 41 515 40 63
Binary 10101010 1011010 1111110 0 101111 11010 100001 101001101 100000 110011

Color Harmonies of #AA5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A7E

Black with #AA5A7E

Text Example


Text Example

White with #AA5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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