#AAA941

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

Shades of Brass #AAA941

Tints of Brass #AAA941

Color information

#AAA941 (or 0xAAA941) is unknown color: approx Brass. HEX triplet: AA, A9 and 41. RGB value is (170,169,65). Sum of RGB (Red+Green+Blue) = 170+169+65=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA941 is #5556BE. Grayscale: #9D9D9D. Windows color (decimal): -5592767 or 4303274. OLE color: 4303274.

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

Color convert

RGB17016965-
CMYK00.010.620.33
HSL59.43º44.68%46.08%-
HSV(B)59.43º61.76%66.67%-
XYZ31.7237.310.53-
YUV157.4475.83136.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 169 (66.41% from 255) = 41.83%
BLUE value IS 65 (25.78% from 255) = 16.09%
R=42.08%
G=41.83%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701696500.010.620.3359.4344.6846.08
HexAAA941013E213b2d2e
Octal252251101017641735556
Binary1010101010101001100000101111110100001111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA941; }

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

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

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

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

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

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

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

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