#A9A941

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

Shades of Brass #A9A941

Tints of Brass #A9A941

Color information

#A9A941 (or 0xA9A941) is unknown color: approx Brass. HEX triplet: A9, A9 and 41. RGB value is (169,169,65). Sum of RGB (Red+Green+Blue) = 169+169+65=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 169 - color contains mainly: red, green. Hex color #A9A941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A941 is #5656BE. Grayscale: #9D9D9D. Windows color (decimal): -5658303 or 4303273. OLE color: 4303273.

HSL color Cylindrical-coordinate representation of color #A9A941: hue angle of 60º degrees, saturation: 0.44, 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 #A9A941 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16916965-
CMYK000.620.34
HSL60º44.44%45.88%-
HSV(B)60º61.54%66.27%-
XYZ31.537.1910.52-
YUV157.1476136.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 65 (25.78% from 255) = 16.13%
R=41.94%
G=41.94%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916965000.620.346044.4445.88
HexA9A941003E223c2c2e
Octal251251101007642745456
Binary1010100110101001100000100111110100010111100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A941; }

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

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

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

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

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

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

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

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