#A4A047

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

Shades of Brass #A4A047

Tints of Brass #A4A047

Color information

#A4A047 (or 0xA4A047) is unknown color: approx Brass. HEX triplet: A4, A0 and 47. RGB value is (164,160,71). Sum of RGB (Red+Green+Blue) = 164+160+71=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A047 is #5B5FB8. Grayscale: #979797. Windows color (decimal): -5988281 or 4694180. OLE color: 4694180.

HSL color Cylindrical-coordinate representation of color #A4A047: hue angle of 57.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4A047 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16416071-
CMYK00.020.570.36
HSL57.42º39.57%46.08%-
HSV(B)57.42º56.71%64.31%-
XYZ29.0233.4910.9-
YUV151.0582.83137.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 71 (28.12% from 255) = 17.97%
R=41.52%
G=40.51%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641607100.020.570.3657.4239.5746.08
HexA4A04702392439282e
Octal244240107027144715056
Binary10100100101000001000111010111001100100111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A047; }

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

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

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

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

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

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

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

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