#A9A940

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

Shades of Brass #A9A940

Tints of Brass #A9A940

Color information

#A9A940 (or 0xA9A940) is unknown color: approx Brass. HEX triplet: A9, A9 and 40. RGB value is (169,169,64). Sum of RGB (Red+Green+Blue) = 169+169+64=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 169 - color contains mainly: red, green. Hex color #A9A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A940 is #5656BF. Grayscale: #9D9D9D. Windows color (decimal): -5658304 or 4237737. OLE color: 4237737.

HSL color Cylindrical-coordinate representation of color #A9A940: hue angle of 60º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9A940 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16916964-
CMYK000.620.34
HSL60º45.06%45.69%-
HSV(B)60º62.13%66.27%-
XYZ31.4837.1810.37-
YUV157.0375.5136.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 64 (25.39% from 255) = 15.92%
R=42.04%
G=42.04%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916964000.620.346045.0645.69
HexA9A940003E223c2d2e
Octal251251100007642745556
Binary1010100110101001100000000111110100010111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A940; }

 p { color: rgb(169,169,64); }

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

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

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

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

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

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

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