#A9597A

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

Shades of Royal Heath #A9597A

Tints of Royal Heath #A9597A

Color information

#A9597A (or 0xA9597A) is unknown color: approx Royal Heath. HEX triplet: A9, 59 and 7A. RGB value is (169,89,122). Sum of RGB (Red+Green+Blue) = 169+89+122=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9597A is #56A685. Grayscale: #747474. Windows color (decimal): -5678726 or 8018345. OLE color: 8018345.

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

Color convert

RGB16989122-
CMYK00.470.280.34
HSL335.25º31.75%50.59%-
HSV(B)335.25º47.34%66.27%-
XYZ23.4516.9820.45-
YUV116.68131165.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=44.47%
G=23.42%
B=32.11%

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
Decimal1698912200.470.280.34335.2531.7550.59
HexA9597A02F1C2214f2033
Octal25113117205734425174063
Binary1010100110110011111010010111111100100010101001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9597A; }

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

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

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

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

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

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

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

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