#A4A033

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

Shades of Brass #A4A033

Tints of Brass #A4A033

Color information

#A4A033 (or 0xA4A033) is unknown color: approx Brass. HEX triplet: A4, A0 and 33. RGB value is (164,160,51). Sum of RGB (Red+Green+Blue) = 164+160+51=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A033 is #5B5FCC. Grayscale: #959595. Windows color (decimal): -5988301 or 3383460. OLE color: 3383460.

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

Color convert

RGB16416051-
CMYK00.020.690.36
HSL57.88º52.56%42.16%-
HSV(B)57.88º68.9%64.31%-
XYZ28.4833.278.05-
YUV148.7772.83138.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=43.73%
G=42.67%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641605100.020.690.3657.8852.5642.16
HexA4A0330245243a352a
Octal244240630210544726552
Binary10100100101000001100110101000101100100111010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A033; }

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

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

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

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

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

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

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

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