#A2AB40

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

Shades of Brass #A2AB40

Tints of Brass #A2AB40

Color information

#A2AB40 (or 0xA2AB40) is unknown color: approx Brass. HEX triplet: A2, AB and 40. RGB value is (162,171,64). Sum of RGB (Red+Green+Blue) = 162+171+64=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB40 is #5D54BF. Grayscale: #9C9C9C. Windows color (decimal): -6116544 or 4238242. OLE color: 4238242.

HSL color Cylindrical-coordinate representation of color #A2AB40: hue angle of 65.05º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2AB40 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB16217164-
CMYK0.0500.630.33
HSL65.05º45.53%46.08%-
HSV(B)65.05º62.57%67.06%-
XYZ30.3937.1810.42-
YUV156.1176.02132.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=40.81%
G=43.07%
B=16.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162171640.0500.630.3365.0545.5346.08
HexA2AB40503F21412e2e
Octal2422531005077411015656
Binary1010001010101011100000010101111111000011000001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB40; }

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

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

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

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

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

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

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

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