#A2AA40

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

Shades of Brass #A2AA40

Tints of Brass #A2AA40

Color information

#A2AA40 (or 0xA2AA40) is unknown color: approx Brass. HEX triplet: A2, AA and 40. RGB value is (162,170,64). Sum of RGB (Red+Green+Blue) = 162+170+64=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA40 is #5D55BF. Grayscale: #9B9B9B. Windows color (decimal): -6116800 or 4237986. OLE color: 4237986.

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

Color convert

RGB16217064-
CMYK0.0500.620.33
HSL64.53º45.3%45.88%-
HSV(B)64.53º62.35%66.67%-
XYZ30.236.810.36-
YUV155.5276.35132.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 64 (25.39% from 255) = 16.16%
R=40.91%
G=42.93%
B=16.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170640.0500.620.3364.5345.345.88
HexA2AA40503E21412d2e
Octal2422521005076411015556
Binary1010001010101010100000010101111101000011000001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA40; }

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

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

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

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

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

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

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

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