#A75372

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

Shades of Royal Heath #A75372

Tints of Royal Heath #A75372

Color information

#A75372 (or 0xA75372) is unknown color: approx Royal Heath. HEX triplet: A7, 53 and 72. RGB value is (167,83,114). Sum of RGB (Red+Green+Blue) = 167+83+114=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A75372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75372 is #58AC8D. Grayscale: #6F6F6F. Windows color (decimal): -5811342 or 7492519. OLE color: 7492519.

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

Color convert

RGB16783114-
CMYK00.500.320.35
HSL337.86º33.6%49.02%-
HSV(B)337.86º50.3%65.49%-
XYZ22.0715.6217.77-
YUV111.65129.33167.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=45.88%
G=22.80%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678311400.500.320.35337.8633.649.02
HexA7537203220231522231
Octal24712316206240435224261
Binary10100111101001111100100110010100000100011101010010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75372; }

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

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

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

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

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

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

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

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