#A4A03E

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

Shades of Brass #A4A03E

Tints of Brass #A4A03E

Color information

#A4A03E (or 0xA4A03E) is unknown color: approx Brass. HEX triplet: A4, A0 and 3E. RGB value is (164,160,62). Sum of RGB (Red+Green+Blue) = 164+160+62=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A03E is #5B5FC1. Grayscale: #969696. Windows color (decimal): -5988290 or 4104356. OLE color: 4104356.

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

Color convert

RGB16416062-
CMYK00.020.620.36
HSL57.65º45.13%44.31%-
HSV(B)57.65º62.2%64.31%-
XYZ28.7533.389.49-
YUV150.0278.33137.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 160 (62.89% from 255) = 41.45%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=42.49%
G=41.45%
B=16.06%

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
Decimal1641606200.020.620.3657.6545.1344.31
HexA4A03E023E243a2d2c
Octal24424076027644725554
Binary1010010010100000111110010111110100100111010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A03E; }

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

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

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

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

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

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

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

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