Html Css Color HEX #AA5376 Royal Heath

📋 copy color: '#AA5376'

red 170 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #AA5376

Tints of Royal Heath #AA5376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 45.82%
G = 22.37%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA5376 (or 0xAA5376) is known color: Royal Heath. HEX triplet: AA, 53 and 76. RGB value is (170,83,118). Sum of RGB (Red+Green+Blue) = 170+83+118=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5376 is #55AC89. Grayscale: #707070. Windows color (decimal): -5614730 or 7754666. OLE color: 7754666.

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

Color convert

RGB 170 83 118 -
CMYK 0 0.51 0.31 0.33
HSL 335.86º 0.34% 0.5% -
HSV(B) 335.86º 0.51% 0.67% -
XYZ 22.94 16.04 19.03 -
YUV 113 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 170 83 118 0 0.51 0.31 0.33 335.86 0.34 0.5
Hex AA 53 76 0 33 1F 21 150 22 32
Octal 252 123 166 0 63 37 41 520 42 62
Binary 10101010 1010011 1110110 0 110011 11111 100001 101010000 100010 110010

Color Harmonies of #AA5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5376

Black with #AA5376

Text Example


Text Example

White with #AA5376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5376; }

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

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

background-color css

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

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

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

border-color css

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

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

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