#A75676

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

Shades of Royal Heath #A75676

Tints of Royal Heath #A75676

Color information

#A75676 (or 0xA75676) is unknown color: approx Royal Heath. HEX triplet: A7, 56 and 76. RGB value is (167,86,118). Sum of RGB (Red+Green+Blue) = 167+86+118=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A75676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75676 is #58A989. Grayscale: #717171. Windows color (decimal): -5810570 or 7755431. OLE color: 7755431.

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

Color convert

RGB16786118-
CMYK00.490.290.35
HSL336.3º32.02%49.61%-
HSV(B)336.3º48.5%65.49%-
XYZ22.5316.1819.07-
YUV113.87130.34165.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=45.01%
G=23.18%
B=31.81%

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
Decimal1678611800.490.290.35336.332.0249.61
HexA756760311D231502032
Octal24712616606135435204062
Binary1010011110101101110110011000111101100011101010000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75676; }

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

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

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

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

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

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

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

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