#A95979

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

Shades of Royal Heath #A95979

Tints of Royal Heath #A95979

Color information

#A95979 (or 0xA95979) is unknown color: approx Royal Heath. HEX triplet: A9, 59 and 79. RGB value is (169,89,121). Sum of RGB (Red+Green+Blue) = 169+89+121=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A95979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95979 is #56A686. Grayscale: #747474. Windows color (decimal): -5678727 or 7952809. OLE color: 7952809.

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

Color convert

RGB16989121-
CMYK00.470.280.34
HSL336º31.75%50.59%-
HSV(B)336º47.34%66.27%-
XYZ23.3916.9620.13-
YUV116.57130.5165.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=44.59%
G=23.48%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698912100.470.280.3433631.7550.59
HexA9597902F1C221502033
Octal25113117105734425204063
Binary1010100110110011111001010111111100100010101010000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95979; }

 p { color: rgb(169,89,121); }

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

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

 a { background-color: rgb(169,89,121); }

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

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

 span { border-color: rgb(169,89,121); }

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