#A75572

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

Shades of Royal Heath #A75572

Tints of Royal Heath #A75572

Color information

#A75572 (or 0xA75572) is unknown color: approx Royal Heath. HEX triplet: A7, 55 and 72. RGB value is (167,85,114). Sum of RGB (Red+Green+Blue) = 167+85+114=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A75572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75572 is #58AA8D. Grayscale: #707070. Windows color (decimal): -5810830 or 7493031. OLE color: 7493031.

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

Color convert

RGB16785114-
CMYK00.490.320.35
HSL338.78º32.54%49.41%-
HSV(B)338.78º49.1%65.49%-
XYZ22.2215.9317.82-
YUV112.82128.67166.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=45.63%
G=23.22%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678511400.490.320.35338.7832.5449.41
HexA7557203120231532131
Octal24712516206140435234161
Binary10100111101010111100100110001100000100011101010011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75572; }

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

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

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

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

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

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

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

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