#A4A040

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

Shades of Brass #A4A040

Tints of Brass #A4A040

Color information

#A4A040 (or 0xA4A040) is unknown color: approx Brass. HEX triplet: A4, A0 and 40. RGB value is (164,160,64). Sum of RGB (Red+Green+Blue) = 164+160+64=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A040 is #5B5FBF. Grayscale: #969696. Windows color (decimal): -5988288 or 4235428. OLE color: 4235428.

HSL color Cylindrical-coordinate representation of color #A4A040: hue angle of 57.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 #A4A040 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16416064-
CMYK00.020.610.36
HSL57.6º43.86%44.71%-
HSV(B)57.6º60.98%64.31%-
XYZ28.8133.49.78-
YUV150.2579.33137.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 160 (62.89% from 255) = 41.24%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=42.27%
G=41.24%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641606400.020.610.3657.643.8644.71
HexA4A040023D243a2c2d
Octal244240100027544725455
Binary10100100101000001000000010111101100100111010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A040; }

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

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

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

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

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

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

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

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