#AAA039

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

Shades of Brass #AAA039

Tints of Brass #AAA039

Color information

#AAA039 (or 0xAAA039) is unknown color: approx Brass. HEX triplet: AA, A0 and 39. RGB value is (170,160,57). Sum of RGB (Red+Green+Blue) = 170+160+57=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA039 is #555FC6. Grayscale: #979797. Windows color (decimal): -5595079 or 3776682. OLE color: 3776682.

HSL color Cylindrical-coordinate representation of color #AAA039: hue angle of 54.69º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAA039 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17016057-
CMYK00.060.660.33
HSL54.69º49.78%44.51%-
HSV(B)54.69º66.47%66.67%-
XYZ29.8933.988.86-
YUV151.2574.81141.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=43.93%
G=41.34%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701605700.060.660.3354.6949.7844.51
HexAAA03906422137322d
Octal252240710610241676255
Binary101010101010000011100101101000010100001110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA039; }

 p { color: rgb(170,160,57); }

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

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

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

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

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

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

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