#A9497A

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

Shades of Royal Heath #A9497A

Tints of Royal Heath #A9497A

Color information

#A9497A (or 0xA9497A) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 7A. RGB value is (169,73,122). Sum of RGB (Red+Green+Blue) = 169+73+122=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9497A is #56B685. Grayscale: #6B6B6B. Windows color (decimal): -5682822 or 8014249. OLE color: 8014249.

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

Color convert

RGB16973122-
CMYK00.570.280.34
HSL329.38º39.67%47.45%-
HSV(B)329.38º56.8%66.27%-
XYZ22.2614.6120.06-
YUV107.29136.3172.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=46.43%
G=20.05%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697312200.570.280.34329.3839.6747.45
HexA9497A0391C22149282f
Octal25111117207134425115057
Binary1010100110010011111010011100111100100010101001001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9497A; }

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

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

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

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

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

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

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

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