#A2AB3A

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

Shades of Brass #A2AB3A

Tints of Brass #A2AB3A

Color information

#A2AB3A (or 0xA2AB3A) is unknown color: approx Brass. HEX triplet: A2, AB and 3A. RGB value is (162,171,58). Sum of RGB (Red+Green+Blue) = 162+171+58=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB3A is #5D54C5. Grayscale: #9B9B9B. Windows color (decimal): -6116550 or 3845026. OLE color: 3845026.

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

Color convert

RGB16217158-
CMYK0.0500.660.33
HSL64.78º49.34%44.9%-
HSV(B)64.78º66.08%67.06%-
XYZ30.2337.119.57-
YUV155.4373.02132.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=41.43%
G=43.73%
B=14.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162171580.0500.660.3364.7849.3444.9
HexA2AB3A50422141312d
Octal2422537250102411016155
Binary1010001010101011111010101010000101000011000001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB3A; }

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

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

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

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

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

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

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

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