Html Css Color HEX #AA5B73 Royal Heath

📋 copy color: '#AA5B73'

red 170 ◦ green 91 ◦ blue 115

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

Shades of Royal Heath #AA5B73

Tints of Royal Heath #AA5B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 45.21%
G = 24.2%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA5B73 (or 0xAA5B73) is known color: Royal Heath. HEX triplet: AA, 5B and 73. RGB value is (170,91,115). Sum of RGB (Red+Green+Blue) = 170+91+115=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B73 is #55A48C. Grayscale: #757575. Windows color (decimal): -5612685 or 7560106. OLE color: 7560106.

HSL color Cylindrical-coordinate representation of color #AA5B73: hue angle of 341.77º 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 #AA5B73 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 91 115 -
CMYK 0 0.46 0.32 0.33
HSL 341.77º 0.32% 0.51% -
HSV(B) 341.77º 0.46% 0.67% -
XYZ 23.41 17.27 18.32 -
YUV 117.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 170 91 115 0 0.46 0.32 0.33 341.77 0.32 0.51
Hex AA 5B 73 0 2E 20 21 156 20 33
Octal 252 133 163 0 56 40 41 526 40 63
Binary 10101010 1011011 1110011 0 101110 100000 100001 101010110 100000 110011

Color Harmonies of #AA5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5B73

Black with #AA5B73

Text Example


Text Example

White with #AA5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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