#A3A639

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

Shades of Brass #A3A639

Tints of Brass #A3A639

Color information

#A3A639 (or 0xA3A639) is unknown color: approx Brass. HEX triplet: A3, A6 and 39. RGB value is (163,166,57). Sum of RGB (Red+Green+Blue) = 163+166+57=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A639 is #5C59C6. Grayscale: #999999. Windows color (decimal): -6052295 or 3778211. OLE color: 3778211.

HSL color Cylindrical-coordinate representation of color #A3A639: hue angle of 61.65º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3A639 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16316657-
CMYK0.0200.660.35
HSL61.65º48.88%43.73%-
HSV(B)61.65º65.66%65.1%-
XYZ29.4835.359.14-
YUV152.6874.01135.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=42.23%
G=43.01%
B=14.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163166570.0200.660.3561.6548.8843.73
HexA3A6392042233e312c
Octal243246712010243766154
Binary10100011101001101110011001000010100011111110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A639; }

 p { color: rgb(163,166,57); }

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

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

 a { background-color: rgb(163,166,57); }

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

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

 span { border-color: rgb(163,166,57); }

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