#AAA037

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

Shades of Brass #AAA037

Tints of Brass #AAA037

Color information

#AAA037 (or 0xAAA037) is unknown color: approx Brass. HEX triplet: AA, A0 and 37. RGB value is (170,160,55). Sum of RGB (Red+Green+Blue) = 170+160+55=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA037 is #555FC8. Grayscale: #979797. Windows color (decimal): -5595081 or 3645610. OLE color: 3645610.

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

Color convert

RGB17016055-
CMYK00.060.680.33
HSL54.78º51.11%44.12%-
HSV(B)54.78º67.65%66.67%-
XYZ29.8433.968.6-
YUV151.0273.81141.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 160 (62.89% from 255) = 41.56%
BLUE value IS 55 (21.88% from 255) = 14.29%
R=44.16%
G=41.56%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701605500.060.680.3354.7851.1144.12
HexAAA03706442137332c
Octal252240670610441676354
Binary101010101010000011011101101000100100001110111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA037; }

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

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

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

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

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

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

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

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