#A9A846

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

Shades of Brass #A9A846

Tints of Brass #A9A846

Color information

#A9A846 (or 0xA9A846) is unknown color: approx Brass. HEX triplet: A9, A8 and 46. RGB value is (169,168,70). Sum of RGB (Red+Green+Blue) = 169+168+70=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A846 is #5657B9. Grayscale: #9D9D9D. Windows color (decimal): -5658554 or 4630697. OLE color: 4630697.

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

Color convert

RGB16916870-
CMYK00.010.590.34
HSL59.39º41.42%46.86%-
HSV(B)59.39º58.58%66.27%-
XYZ31.4736.8811.25-
YUV157.1378.83136.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 168 (66.02% from 255) = 41.28%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=41.52%
G=41.28%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691687000.010.590.3459.3941.4246.86
HexA9A846013B223b292f
Octal251250106017342735157
Binary1010100110101000100011001111011100010111011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A846; }

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

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

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

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

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

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

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

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