#A3A647

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

Shades of Brass #A3A647

Tints of Brass #A3A647

Color information

#A3A647 (or 0xA3A647) is unknown color: approx Brass. HEX triplet: A3, A6 and 47. RGB value is (163,166,71). Sum of RGB (Red+Green+Blue) = 163+166+71=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A647 is #5C59B8. Grayscale: #9A9A9A. Windows color (decimal): -6052281 or 4695715. OLE color: 4695715.

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

Color convert

RGB16316671-
CMYK0.0200.570.35
HSL61.89º40.08%46.47%-
HSV(B)61.89º57.23%65.1%-
XYZ29.8835.5111.24-
YUV154.2781.01134.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 166 (65.23% from 255) = 41.5%
BLUE value IS 71 (28.12% from 255) = 17.75%
R=40.75%
G=41.5%
B=17.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163166710.0200.570.3561.8940.0846.47
HexA3A6472039233e282e
Octal243246107207143765056
Binary10100011101001101000111100111001100011111110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A647; }

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

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

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

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

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

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

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

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