#A75576

Color #A75576 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A75576

Tints of Royal Heath #A75576

Color information

#A75576 (or 0xA75576) is unknown color: approx Royal Heath. HEX triplet: A7, 55 and 76. RGB value is (167,85,118). Sum of RGB (Red+Green+Blue) = 167+85+118=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A75576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75576 is #58AA89. Grayscale: #717171. Windows color (decimal): -5810826 or 7755175. OLE color: 7755175.

HSL color Cylindrical-coordinate representation of color #A75576: hue angle of 335.85º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75576 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16785118-
CMYK00.490.290.35
HSL335.85º32.54%49.41%-
HSV(B)335.85º49.1%65.49%-
XYZ22.4516.0219.05-
YUV113.28130.67166.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=45.14%
G=22.97%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678511800.490.290.35335.8532.5449.41
HexA755760311D231502131
Octal24712516606135435204161
Binary1010011110101011110110011000111101100011101010000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75576; }

 p { color: rgb(167,85,118); }

 H1.HeaderClassName
 {
   color: #A75576;
 }
 .AnyTagClassName
 {
   color: #A75576;
 }
</style>
background-color css

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

 a { background-color: rgb(167,85,118); }

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

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

 span { border-color: rgb(167,85,118); }

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