#A2AA37

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

Shades of Brass #A2AA37

Tints of Brass #A2AA37

Color information

#A2AA37 (or 0xA2AA37) is unknown color: approx Brass. HEX triplet: A2, AA and 37. RGB value is (162,170,55). Sum of RGB (Red+Green+Blue) = 162+170+55=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA37 is #5D55C8. Grayscale: #9A9A9A. Windows color (decimal): -6116809 or 3648162. OLE color: 3648162.

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

Color convert

RGB16217055-
CMYK0.0500.680.33
HSL64.17º51.11%44.12%-
HSV(B)64.17º67.65%66.67%-
XYZ29.9636.719.12-
YUV154.571.85133.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 55 (21.88% from 255) = 14.21%
R=41.86%
G=43.93%
B=14.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170550.0500.680.3364.1751.1144.12
HexA2AA3750442140332c
Octal2422526750104411006354
Binary1010001010101010110111101010001001000011000000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA37; }

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

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

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

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

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

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

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

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