#A2A240

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

Shades of Brass #A2A240

Tints of Brass #A2A240

Color information

#A2A240 (or 0xA2A240) is unknown color: approx Brass. HEX triplet: A2, A2 and 40. RGB value is (162,162,64). Sum of RGB (Red+Green+Blue) = 162+162+64=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A240 is #5D5DBF. Grayscale: #979797. Windows color (decimal): -6118848 or 4235938. OLE color: 4235938.

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

Color convert

RGB16216264-
CMYK000.600.36
HSL60º43.36%44.31%-
HSV(B)60º60.49%63.53%-
XYZ28.7533.899.88-
YUV150.8379135.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=41.75%
G=41.75%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216264000.600.366043.3644.31
HexA2A240003C243c2b2c
Octal242242100007444745354
Binary1010001010100010100000000111100100100111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A240; }

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

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

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

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

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

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

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

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