#A9517A

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

Shades of Royal Heath #A9517A

Tints of Royal Heath #A9517A

Color information

#A9517A (or 0xA9517A) is unknown color: approx Royal Heath. HEX triplet: A9, 51 and 7A. RGB value is (169,81,122). Sum of RGB (Red+Green+Blue) = 169+81+122=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A9517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9517A is #56AE85. Grayscale: #6F6F6F. Windows color (decimal): -5680774 or 8016297. OLE color: 8016297.

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

Color convert

RGB16981122-
CMYK00.520.280.34
HSL332.05º35.2%49.02%-
HSV(B)332.05º52.07%66.27%-
XYZ22.8215.7320.24-
YUV111.99133.65168.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=45.43%
G=21.77%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698112200.520.280.34332.0535.249.02
HexA9517A0341C2214c2331
Octal25112117206434425144361
Binary1010100110100011111010011010011100100010101001100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9517A; }

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

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

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

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

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

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

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

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