#A9A746

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

Shades of Brass #A9A746

Tints of Brass #A9A746

Color information

#A9A746 (or 0xA9A746) is unknown color: approx Brass. HEX triplet: A9, A7 and 46. RGB value is (169,167,70). Sum of RGB (Red+Green+Blue) = 169+167+70=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A746 is #5658B9. Grayscale: #9C9C9C. Windows color (decimal): -5658810 or 4630441. OLE color: 4630441.

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

Color convert

RGB16916770-
CMYK00.010.590.34
HSL58.79º41.42%46.86%-
HSV(B)58.79º58.58%66.27%-
XYZ31.2936.5111.19-
YUV156.5479.16136.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=41.63%
G=41.13%
B=17.24%

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
Decimal1691677000.010.590.3458.7941.4246.86
HexA9A746013B223b292f
Octal251247106017342735157
Binary1010100110100111100011001111011100010111011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A746; }

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

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

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

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

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

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

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

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