#A2A13E

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

Shades of Brass #A2A13E

Tints of Brass #A2A13E

Color information

#A2A13E (or 0xA2A13E) is unknown color: approx Brass. HEX triplet: A2, A1 and 3E. RGB value is (162,161,62). Sum of RGB (Red+Green+Blue) = 162+161+62=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A13E is #5D5EC1. Grayscale: #969696. Windows color (decimal): -6119106 or 4104610. OLE color: 4104610.

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

Color convert

RGB16216162-
CMYK00.010.620.36
HSL59.4º44.64%43.92%-
HSV(B)59.4º61.73%63.53%-
XYZ28.5133.529.52-
YUV150.0178.33136.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=42.08%
G=41.82%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621616200.010.620.3659.444.6443.92
HexA2A13E013E243b2d2c
Octal24224176017644735554
Binary101000101010000111111001111110100100111011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A13E; }

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

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

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

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

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

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

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

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