#A2A239

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

Shades of Brass #A2A239

Tints of Brass #A2A239

Color information

#A2A239 (or 0xA2A239) is unknown color: approx Brass. HEX triplet: A2, A2 and 39. RGB value is (162,162,57). Sum of RGB (Red+Green+Blue) = 162+162+57=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A239 is #5D5DC6. Grayscale: #969696. Windows color (decimal): -6118855 or 3777186. OLE color: 3777186.

HSL color Cylindrical-coordinate representation of color #A2A239: hue angle of 60º 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 #A2A239 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16216257-
CMYK000.650.36
HSL60º47.95%42.94%-
HSV(B)60º64.81%63.53%-
XYZ28.5633.828.89-
YUV150.0375.5136.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=42.52%
G=42.52%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216257000.650.366047.9542.94
HexA2A2390041243c302b
Octal242242710010144746053
Binary1010001010100010111001001000001100100111100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A239; }

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

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

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

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

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

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

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

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