#A75A73

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

Shades of Royal Heath #A75A73

Tints of Royal Heath #A75A73

Color information

#A75A73 (or 0xA75A73) is unknown color: approx Royal Heath. HEX triplet: A7, 5A and 73. RGB value is (167,90,115). Sum of RGB (Red+Green+Blue) = 167+90+115=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A73 is #58A58C. Grayscale: #737373. Windows color (decimal): -5809549 or 7559847. OLE color: 7559847.

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

Color convert

RGB16790115-
CMYK00.460.310.35
HSL340.52º30.43%50.39%-
HSV(B)340.52º46.11%65.49%-
XYZ22.6916.7718.26-
YUV115.87127.51164.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.89%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=44.89%
G=24.19%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679011500.460.310.35340.5230.4350.39
HexA75A7302E1F231551e32
Octal24713216305637435253662
Binary101001111011010111001101011101111110001110101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A73; }

 p { color: rgb(167,90,115); }

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

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

 a { background-color: rgb(167,90,115); }

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

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

 span { border-color: rgb(167,90,115); }

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