#A2A037

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

Shades of Brass #A2A037

Tints of Brass #A2A037

Color information

#A2A037 (or 0xA2A037) is unknown color: approx Brass. HEX triplet: A2, A0 and 37. RGB value is (162,160,55). Sum of RGB (Red+Green+Blue) = 162+160+55=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A037 is #5D5FC8. Grayscale: #959595. Windows color (decimal): -6119369 or 3645602. OLE color: 3645602.

HSL color Cylindrical-coordinate representation of color #A2A037: hue angle of 58.88º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2A037 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16216055-
CMYK00.010.660.36
HSL58.88º49.31%42.55%-
HSV(B)58.88º66.05%63.53%-
XYZ28.1633.18.52-
YUV148.6375.16137.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 55 (21.88% from 255) = 14.59%
R=42.97%
G=42.44%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621605500.010.660.3658.8849.3142.55
HexA2A0370142243b312b
Octal242240670110244736153
Binary1010001010100000110111011000010100100111011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A037; }

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

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

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

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

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

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

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

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