#A95771

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

Shades of Royal Heath #A95771

Tints of Royal Heath #A95771

Color information

#A95771 (or 0xA95771) is unknown color: approx Royal Heath. HEX triplet: A9, 57 and 71. RGB value is (169,87,113). Sum of RGB (Red+Green+Blue) = 169+87+113=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A95771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95771 is #56A88E. Grayscale: #727272. Windows color (decimal): -5679247 or 7428009. OLE color: 7428009.

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

Color convert

RGB16987113-
CMYK00.490.330.34
HSL340.98º32.28%50.2%-
HSV(B)340.98º48.52%66.27%-
XYZ22.7516.4417.6-
YUV114.48127.17166.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=45.80%
G=23.58%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698711300.490.330.34340.9832.2850.2
HexA9577103121221552032
Octal25112716106141425254062
Binary10101001101011111100010110001100001100010101010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95771; }

 p { color: rgb(169,87,113); }

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

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

 a { background-color: rgb(169,87,113); }

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

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

 span { border-color: rgb(169,87,113); }

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