#a2a43a

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

Shades of Brass #A2A43A

Tints of Brass #A2A43A

Color information

#A2A43A (or 0xA2A43A) is unknown color: approx Brass. HEX triplet: A2, A4 and 3A. RGB value is (162,164,58). Sum of RGB (Red+Green+Blue) = 162+164+58=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A43A is #5D5BC5. Grayscale: #979797. Windows color (decimal): -6118342 or 3843234. OLE color: 3843234.

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

Color convert

RGB16216458-
CMYK0.0100.650.36
HSL61.13º47.75%43.53%-
HSV(B)61.13º64.63%64.31%-
XYZ28.9434.549.14-
YUV151.3275.34135.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 58 (23.05% from 255) = 15.10%
R=42.19%
G=42.71%
B=15.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162164580.0100.650.3661.1347.7543.53
HexA2A43A1041243d302c
Octal242244721010144756054
Binary1010001010100100111010101000001100100111101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2a43a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2a43a; }

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

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

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

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

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

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

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

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