#A2A140

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

Shades of Brass #A2A140

Tints of Brass #A2A140

Color information

#A2A140 (or 0xA2A140) is unknown color: approx Brass. HEX triplet: A2, A1 and 40. RGB value is (162,161,64). Sum of RGB (Red+Green+Blue) = 162+161+64=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A140 is #5D5EBF. Grayscale: #969696. Windows color (decimal): -6119104 or 4235682. OLE color: 4235682.

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

Color convert

RGB16216164-
CMYK00.010.600.36
HSL59.39º43.36%44.31%-
HSV(B)59.39º60.49%63.53%-
XYZ28.5733.549.82-
YUV150.2479.33136.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 161 (63.28% from 255) = 41.60%
BLUE value IS 64 (25.39% from 255) = 16.54%
R=41.86%
G=41.60%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621616400.010.600.3659.3943.3644.31
HexA2A140013C243b2b2c
Octal242241100017444735354
Binary1010001010100001100000001111100100100111011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A140; }

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

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

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

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

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

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

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

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