#A95573

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

Shades of Royal Heath #A95573

Tints of Royal Heath #A95573

Color information

#A95573 (or 0xA95573) is unknown color: approx Royal Heath. HEX triplet: A9, 55 and 73. RGB value is (169,85,115). Sum of RGB (Red+Green+Blue) = 169+85+115=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A95573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95573 is #56AA8C. Grayscale: #717171. Windows color (decimal): -5679757 or 7558569. OLE color: 7558569.

HSL color Cylindrical-coordinate representation of color #A95573: hue angle of 338.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95573 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB16985115-
CMYK00.500.320.34
HSL338.57º33.07%49.8%-
HSV(B)338.57º49.7%66.27%-
XYZ22.7116.1718.14-
YUV113.54128.83167.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=45.80%
G=23.04%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698511500.500.320.34338.5733.0749.8
HexA9557303220221532132
Octal25112516306240425234162
Binary10101001101010111100110110010100000100010101010011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95573; }

 p { color: rgb(169,85,115); }

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

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

 a { background-color: rgb(169,85,115); }

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

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

 span { border-color: rgb(169,85,115); }

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