#A2A139

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

Shades of Brass #A2A139

Tints of Brass #A2A139

Color information

#A2A139 (or 0xA2A139) is unknown color: approx Brass. HEX triplet: A2, A1 and 39. RGB value is (162,161,57). Sum of RGB (Red+Green+Blue) = 162+161+57=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A139 is #5D5EC6. Grayscale: #959595. Windows color (decimal): -6119111 or 3776930. OLE color: 3776930.

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

Color convert

RGB16216157-
CMYK00.010.650.36
HSL59.43º47.95%42.94%-
HSV(B)59.43º64.81%63.53%-
XYZ28.3833.478.83-
YUV149.4475.83136.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 57 (22.66% from 255) = 15%
R=42.63%
G=42.37%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621615700.010.650.3659.4347.9542.94
HexA2A1390141243b302b
Octal242241710110144736053
Binary1010001010100001111001011000001100100111011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A139; }

 p { color: rgb(162,161,57); }

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

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

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

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

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

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

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