#A2A940

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

Shades of Brass #A2A940

Tints of Brass #A2A940

Color information

#A2A940 (or 0xA2A940) is unknown color: approx Brass. HEX triplet: A2, A9 and 40. RGB value is (162,169,64). Sum of RGB (Red+Green+Blue) = 162+169+64=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A940 is #5D56BF. Grayscale: #9B9B9B. Windows color (decimal): -6117056 or 4237730. OLE color: 4237730.

HSL color Cylindrical-coordinate representation of color #A2A940: hue angle of 64º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2A940 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16216964-
CMYK0.0400.620.34
HSL64º45.06%45.69%-
HSV(B)64º62.13%66.27%-
XYZ30.0136.4310.3-
YUV154.9476.68133.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=41.01%
G=42.78%
B=16.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162169640.0400.620.346445.0645.69
HexA2A940403E22402d2e
Octal2422511004076421005556
Binary1010001010101001100000010001111101000101000000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A940; }

 p { color: rgb(162,169,64); }

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

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

 a { background-color: rgb(162,169,64); }

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

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

 span { border-color: rgb(162,169,64); }

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