#A2A134

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

Shades of Brass #A2A134

Tints of Brass #A2A134

Color information

#A2A134 (or 0xA2A134) is unknown color: approx Brass. HEX triplet: A2, A1 and 34. RGB value is (162,161,52). Sum of RGB (Red+Green+Blue) = 162+161+52=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A134 is #5D5ECB. Grayscale: #959595. Windows color (decimal): -6119116 or 3449250. OLE color: 3449250.

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

Color convert

RGB16216152-
CMYK00.010.680.36
HSL59.45º51.4%41.96%-
HSV(B)59.45º67.9%63.53%-
XYZ28.2633.428.21-
YUV148.8773.33137.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 161 (63.28% from 255) = 42.93%
BLUE value IS 52 (20.70% from 255) = 13.87%
R=43.2%
G=42.93%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621615200.010.680.3659.4551.441.96
HexA2A1340144243b332a
Octal242241640110444736352
Binary1010001010100001110100011000100100100111011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A134; }

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

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

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

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

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

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

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

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