#A3A037

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

Shades of Brass #A3A037

Tints of Brass #A3A037

Color information

#A3A037 (or 0xA3A037) is unknown color: approx Brass. HEX triplet: A3, A0 and 37. RGB value is (163,160,55). Sum of RGB (Red+Green+Blue) = 163+160+55=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A037 is #5C5FC8. Grayscale: #959595. Windows color (decimal): -6053833 or 3645603. OLE color: 3645603.

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

Color convert

RGB16316055-
CMYK00.020.660.36
HSL58.33º49.54%42.75%-
HSV(B)58.33º66.26%63.92%-
XYZ28.3633.28.53-
YUV148.9374.99138.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 160 (62.89% from 255) = 42.33%
BLUE value IS 55 (21.88% from 255) = 14.55%
R=43.12%
G=42.33%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631605500.020.660.3658.3349.5442.75
HexA3A0370242243a322b
Octal243240670210244726253
Binary10100011101000001101110101000010100100111010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A037; }

 p { color: rgb(163,160,55); }

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

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

 a { background-color: rgb(163,160,55); }

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

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

 span { border-color: rgb(163,160,55); }

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