#A2A444

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

Shades of Brass #A2A444

Tints of Brass #A2A444

Color information

#A2A444 (or 0xA2A444) is unknown color: approx Brass. HEX triplet: A2, A4 and 44. RGB value is (162,164,68). Sum of RGB (Red+Green+Blue) = 162+164+68=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A444 is #5D5BBB. Grayscale: #989898. Windows color (decimal): -6118332 or 4498594. OLE color: 4498594.

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

Color convert

RGB16216468-
CMYK0.0100.590.36
HSL61.25º41.38%45.49%-
HSV(B)61.25º58.54%64.31%-
XYZ29.2234.6510.62-
YUV152.4680.34134.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 68 (26.95% from 255) = 17.26%
R=41.12%
G=41.62%
B=17.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162164680.0100.590.3661.2541.3845.49
HexA2A444103B243d292d
Octal242244104107344755155
Binary1010001010100100100010010111011100100111101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A444; }

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

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

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

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

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

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

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

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