#A95779

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

Shades of Royal Heath #A95779

Tints of Royal Heath #A95779

Color information

#A95779 (or 0xA95779) is unknown color: approx Royal Heath. HEX triplet: A9, 57 and 79. RGB value is (169,87,121). Sum of RGB (Red+Green+Blue) = 169+87+121=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A95779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95779 is #56A886. Grayscale: #737373. Windows color (decimal): -5679239 or 7952297. OLE color: 7952297.

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

Color convert

RGB16987121-
CMYK00.490.280.34
HSL335.12º32.28%50.2%-
HSV(B)335.12º48.52%66.27%-
XYZ23.2216.6320.08-
YUV115.39131.17166.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=44.83%
G=23.08%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698712100.490.280.34335.1232.2850.2
HexA957790311C2214f2032
Octal25112717106134425174062
Binary1010100110101111111001011000111100100010101001111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95779; }

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

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

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

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

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

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

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

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