#A9496F

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

Shades of Royal Heath #A9496F

Tints of Royal Heath #A9496F

Color information

#A9496F (or 0xA9496F) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 6F. RGB value is (169,73,111). Sum of RGB (Red+Green+Blue) = 169+73+111=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A9496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9496F is #56B690. Grayscale: #696969. Windows color (decimal): -5682833 or 7293353. OLE color: 7293353.

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

Color convert

RGB16973111-
CMYK00.570.340.34
HSL336.25º39.67%47.45%-
HSV(B)336.25º56.8%66.27%-
XYZ21.6114.3516.67-
YUV106.04130.8172.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=47.88%
G=20.68%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697311100.570.340.34336.2539.6747.45
HexA9496F0392222150282f
Octal25111115707142425205057
Binary10101001100100111011110111001100010100010101010000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9496F; }

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

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

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

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

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

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

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

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