#A75375

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

Shades of Royal Heath #A75375

Tints of Royal Heath #A75375

Color information

#A75375 (or 0xA75375) is unknown color: approx Royal Heath. HEX triplet: A7, 53 and 75. RGB value is (167,83,117). Sum of RGB (Red+Green+Blue) = 167+83+117=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A75375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75375 is #58AC8A. Grayscale: #6F6F6F. Windows color (decimal): -5811339 or 7689127. OLE color: 7689127.

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

Color convert

RGB16783117-
CMYK00.500.300.35
HSL335.71º33.6%49.02%-
HSV(B)335.71º50.3%65.49%-
XYZ22.2415.6918.69-
YUV111.99130.83167.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=45.50%
G=22.62%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678311700.500.300.35335.7133.649.02
HexA753750321E231502231
Octal24712316506236435204261
Binary1010011110100111110101011001011110100011101010000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75375; }

 p { color: rgb(167,83,117); }

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

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

 a { background-color: rgb(167,83,117); }

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

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

 span { border-color: rgb(167,83,117); }

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