#A2A135

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

Shades of Brass #A2A135

Tints of Brass #A2A135

Color information

#A2A135 (or 0xA2A135) is unknown color: approx Brass. HEX triplet: A2, A1 and 35. RGB value is (162,161,53). Sum of RGB (Red+Green+Blue) = 162+161+53=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A135 is #5D5ECA. Grayscale: #959595. Windows color (decimal): -6119115 or 3514786. OLE color: 3514786.

HSL color Cylindrical-coordinate representation of color #A2A135: 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.67%. Process color model (Four color, CMYK) of #A2A135 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16216153-
CMYK00.010.670.36
HSL59.45º50.7%42.16%-
HSV(B)59.45º67.28%63.53%-
XYZ28.2933.438.33-
YUV148.9973.83137.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 53 (21.09% from 255) = 14.10%
R=43.09%
G=42.82%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621615300.010.670.3659.4550.742.16
HexA2A1350143243b332a
Octal242241650110344736352
Binary1010001010100001110101011000011100100111011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A135; }

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

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

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

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

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

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

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

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