#AAA744

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

Shades of Brass #AAA744

Tints of Brass #AAA744

Color information

#AAA744 (or 0xAAA744) is unknown color: approx Brass. HEX triplet: AA, A7 and 44. RGB value is (170,167,68). Sum of RGB (Red+Green+Blue) = 170+167+68=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA744 is #5558BB. Grayscale: #9D9D9D. Windows color (decimal): -5593276 or 4499370. OLE color: 4499370.

HSL color Cylindrical-coordinate representation of color #AAA744: hue angle of 58.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAA744 is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB17016768-
CMYK00.020.60.33
HSL58.24º42.86%46.67%-
HSV(B)58.24º60%66.67%-
XYZ31.4436.610.88-
YUV156.6177.99137.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 167 (65.62% from 255) = 41.23%
BLUE value IS 68 (26.95% from 255) = 16.79%
R=41.98%
G=41.23%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701676800.020.60.3358.2442.8646.67
HexAAA744023C213a2b2f
Octal252247104027441725357
Binary10101010101001111000100010111100100001111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA744; }

 p { color: rgb(170,167,68); }

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

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

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

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

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

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

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