#AAAA49

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

Shades of Brass #AAAA49

Tints of Brass #AAAA49

Color information

#AAAA49 (or 0xAAAA49) is unknown color: approx Brass. HEX triplet: AA, AA and 49. RGB value is (170,170,73). Sum of RGB (Red+Green+Blue) = 170+170+73=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA49 is #5555B6. Grayscale: #9F9F9F. Windows color (decimal): -5592503 or 4827818. OLE color: 4827818.

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

Color convert

RGB17017073-
CMYK000.570.33
HSL60º39.92%47.65%-
HSV(B)60º57.06%66.67%-
XYZ32.1537.7811.9-
YUV158.9479.5135.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 73 (28.91% from 255) = 17.68%
R=41.16%
G=41.16%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017073000.570.336039.9247.65
HexAAAA490039213c2830
Octal252252111007141745060
Binary1010101010101010100100100111001100001111100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA49; }

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

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

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

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

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

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

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

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