Html Css Color HEX #AA5B7A Royal Heath

📋 copy color: '#AA5B7A'

red 170 ◦ green 91 ◦ blue 122

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

Shades of Royal Heath #AA5B7A

Tints of Royal Heath #AA5B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.76%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 44.39%
G = 23.76%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA5B7A (or 0xAA5B7A) is known color: Royal Heath. HEX triplet: AA, 5B and 7A. RGB value is (170,91,122). Sum of RGB (Red+Green+Blue) = 170+91+122=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B7A is #55A485. Grayscale: #767676. Windows color (decimal): -5612678 or 8018858. OLE color: 8018858.

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

Color convert

RGB 170 91 122 -
CMYK 0 0.46 0.28 0.33
HSL 336.46º 0.32% 0.51% -
HSV(B) 336.46º 0.46% 0.67% -
XYZ 23.83 17.43 20.52 -
YUV 118.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 170 91 122 0 0.46 0.28 0.33 336.46 0.32 0.51
Hex AA 5B 7A 0 2E 1C 21 150 20 33
Octal 252 133 172 0 56 34 41 520 40 63
Binary 10101010 1011011 1111010 0 101110 11100 100001 101010000 100000 110011

Color Harmonies of #AA5B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5B7A

Black with #AA5B7A

Text Example


Text Example

White with #AA5B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5B7A; }

 p { color: rgb(170,91,122); }

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

background-color css

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

 a { background-color: rgb(170,91,122); }

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

border-color css

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

 span { border-color: rgb(170,91,122); }

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