#A9467A

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

Shades of Royal Heath #A9467A

Tints of Royal Heath #A9467A

Color information

#A9467A (or 0xA9467A) is unknown color: approx Royal Heath. HEX triplet: A9, 46 and 7A. RGB value is (169,70,122). Sum of RGB (Red+Green+Blue) = 169+70+122=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A9467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9467A is #56B985. Grayscale: #696969. Windows color (decimal): -5683590 or 8013481. OLE color: 8013481.

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

Color convert

RGB16970122-
CMYK00.590.280.34
HSL328.48º41.42%46.86%-
HSV(B)328.48º58.58%66.27%-
XYZ22.0714.2219.99-
YUV105.53137.3173.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=46.81%
G=19.39%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697012200.590.280.34328.4841.4246.86
HexA9467A03B1C22148292f
Octal25110617207334425105157
Binary1010100110001101111010011101111100100010101001000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9467A; }

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

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

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

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

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

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

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

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