#A4A03F

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

Shades of Brass #A4A03F

Tints of Brass #A4A03F

Color information

#A4A03F (or 0xA4A03F) is unknown color: approx Brass. HEX triplet: A4, A0 and 3F. RGB value is (164,160,63). Sum of RGB (Red+Green+Blue) = 164+160+63=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A03F is #5B5FC0. Grayscale: #969696. Windows color (decimal): -5988289 or 4169892. OLE color: 4169892.

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

Color convert

RGB16416063-
CMYK00.020.620.36
HSL57.62º44.49%44.51%-
HSV(B)57.62º61.59%64.31%-
XYZ28.7833.399.63-
YUV150.1478.83137.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 63 (25% from 255) = 16.28%
R=42.38%
G=41.34%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641606300.020.620.3657.6244.4944.51
HexA4A03F023E243a2c2d
Octal24424077027644725455
Binary1010010010100000111111010111110100100111010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A03F; }

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

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

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

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

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

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

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

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