#A2A136

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

Shades of Brass #A2A136

Tints of Brass #A2A136

Color information

#A2A136 (or 0xA2A136) is unknown color: approx Brass. HEX triplet: A2, A1 and 36. RGB value is (162,161,54). Sum of RGB (Red+Green+Blue) = 162+161+54=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A136 is #5D5EC9. Grayscale: #959595. Windows color (decimal): -6119114 or 3580322. OLE color: 3580322.

HSL color Cylindrical-coordinate representation of color #A2A136: hue angle of 59.44º degrees, saturation: 0.5, 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 #A2A136 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16216154-
CMYK00.010.670.36
HSL59.44º50%42.35%-
HSV(B)59.44º66.67%63.53%-
XYZ28.3133.448.45-
YUV149.174.33137.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 161 (63.28% from 255) = 42.71%
BLUE value IS 54 (21.48% from 255) = 14.32%
R=42.97%
G=42.71%
B=14.32%

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
Decimal1621615400.010.670.3659.445042.35
HexA2A1360143243b322a
Octal242241660110344736252
Binary1010001010100001110110011000011100100111011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A136; }

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

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

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

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

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

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

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

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