#A3A440

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

Shades of Brass #A3A440

Tints of Brass #A3A440

Color information

#A3A440 (or 0xA3A440) is unknown color: approx Brass. HEX triplet: A3, A4 and 40. RGB value is (163,164,64). Sum of RGB (Red+Green+Blue) = 163+164+64=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A440 is #5C5BBF. Grayscale: #989898. Windows color (decimal): -6052800 or 4236451. OLE color: 4236451.

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

Color convert

RGB16316464-
CMYK0.0100.610.36
HSL60.6º43.86%44.71%-
HSV(B)60.6º60.98%64.31%-
XYZ29.3134.7110.01-
YUV152.378.17135.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=41.69%
G=41.94%
B=16.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163164640.0100.610.3660.643.8644.71
HexA3A440103D243d2c2d
Octal243244100107544755455
Binary1010001110100100100000010111101100100111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A440; }

 p { color: rgb(163,164,64); }

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

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

 a { background-color: rgb(163,164,64); }

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

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

 span { border-color: rgb(163,164,64); }

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