#AAA949

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

Shades of Brass #AAA949

Tints of Brass #AAA949

Color information

#AAA949 (or 0xAAA949) is unknown color: approx Brass. HEX triplet: AA, A9 and 49. RGB value is (170,169,73). Sum of RGB (Red+Green+Blue) = 170+169+73=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA949 is #5556B6. Grayscale: #9E9E9E. Windows color (decimal): -5592759 or 4827562. OLE color: 4827562.

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

Color convert

RGB17016973-
CMYK00.010.570.33
HSL59.38º39.92%47.65%-
HSV(B)59.38º57.06%66.67%-
XYZ31.9737.411.84-
YUV158.3579.83136.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 73 (28.91% from 255) = 17.72%
R=41.26%
G=41.02%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701697300.010.570.3359.3839.9247.65
HexAAA9490139213b2830
Octal252251111017141735060
Binary1010101010101001100100101111001100001111011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA949; }

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

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

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

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

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

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

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

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