#A2A646

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

Shades of Brass #A2A646

Tints of Brass #A2A646

Color information

#A2A646 (or 0xA2A646) is unknown color: approx Brass. HEX triplet: A2, A6 and 46. RGB value is (162,166,70). Sum of RGB (Red+Green+Blue) = 162+166+70=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A646 is #5D59B9. Grayscale: #9A9A9A. Windows color (decimal): -6117818 or 4630178. OLE color: 4630178.

HSL color Cylindrical-coordinate representation of color #A2A646: hue angle of 62.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2A646 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16216670-
CMYK0.0200.580.35
HSL62.5º40.68%46.27%-
HSV(B)62.5º57.83%65.1%-
XYZ29.6435.411.06-
YUV153.8680.67133.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 70 (27.73% from 255) = 17.59%
R=40.70%
G=41.71%
B=17.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162166700.0200.580.3562.540.6846.27
HexA2A646203A233e292e
Octal242246106207243765156
Binary10100010101001101000110100111010100011111110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A646; }

 p { color: rgb(162,166,70); }

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

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

 a { background-color: rgb(162,166,70); }

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

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

 span { border-color: rgb(162,166,70); }

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