#A2A13F

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

Shades of Brass #A2A13F

Tints of Brass #A2A13F

Color information

#A2A13F (or 0xA2A13F) is unknown color: approx Brass. HEX triplet: A2, A1 and 3F. RGB value is (162,161,63). Sum of RGB (Red+Green+Blue) = 162+161+63=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A13F is #5D5EC0. Grayscale: #969696. Windows color (decimal): -6119105 or 4170146. OLE color: 4170146.

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

Color convert

RGB16216163-
CMYK00.010.610.36
HSL59.39º44%44.12%-
HSV(B)59.39º61.11%63.53%-
XYZ28.5433.539.67-
YUV150.1378.83136.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 161 (63.28% from 255) = 41.71%
BLUE value IS 63 (25% from 255) = 16.32%
R=41.97%
G=41.71%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621616300.010.610.3659.394444.12
HexA2A13F013D243b2c2c
Octal24224177017544735454
Binary101000101010000111111101111101100100111011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A13F; }

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

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

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

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

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

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

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

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