#A9AA40

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

Shades of Brass #A9AA40

Tints of Brass #A9AA40

Color information

#A9AA40 (or 0xA9AA40) is unknown color: approx Brass. HEX triplet: A9, AA and 40. RGB value is (169,170,64). Sum of RGB (Red+Green+Blue) = 169+170+64=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA40 is #5655BF. Grayscale: #9E9E9E. Windows color (decimal): -5658048 or 4237993. OLE color: 4237993.

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

Color convert

RGB16917064-
CMYK0.0100.620.33
HSL60.57º45.3%45.88%-
HSV(B)60.57º62.35%66.67%-
XYZ31.6637.5510.43-
YUV157.6275.17136.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 64 (25.39% from 255) = 15.88%
R=41.94%
G=42.18%
B=15.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169170640.0100.620.3360.5745.345.88
HexA9AA40103E213d2d2e
Octal251252100107641755556
Binary1010100110101010100000010111110100001111101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA40; }

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

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

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

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

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

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

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

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