#A4A04B

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

Shades of Brass #A4A04B

Tints of Brass #A4A04B

Color information

#A4A04B (or 0xA4A04B) is unknown color: approx Brass. HEX triplet: A4, A0 and 4B. RGB value is (164,160,75). Sum of RGB (Red+Green+Blue) = 164+160+75=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A04B is #5B5FB4. Grayscale: #979797. Windows color (decimal): -5988277 or 4956324. OLE color: 4956324.

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

Color convert

RGB16416075-
CMYK00.020.540.36
HSL57.3º37.24%46.86%-
HSV(B)57.3º54.27%64.31%-
XYZ29.1533.5411.59-
YUV151.5184.83136.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=41.10%
G=40.10%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641607500.020.540.3657.337.2446.86
HexA4A04B02362439252f
Octal244240113026644714557
Binary10100100101000001001011010110110100100111001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A04B; }

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

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

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

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

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

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

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

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