#A3A643

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

Shades of Brass #A3A643

Tints of Brass #A3A643

Color information

#A3A643 (or 0xA3A643) is unknown color: approx Brass. HEX triplet: A3, A6 and 43. RGB value is (163,166,67). Sum of RGB (Red+Green+Blue) = 163+166+67=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A643 is #5C59BC. Grayscale: #9A9A9A. Windows color (decimal): -6052285 or 4433571. OLE color: 4433571.

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

Color convert

RGB16316667-
CMYK0.0200.600.35
HSL61.82º42.49%45.69%-
HSV(B)61.82º59.64%65.1%-
XYZ29.7535.4610.59-
YUV153.8279.01134.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 67 (26.56% from 255) = 16.92%
R=41.16%
G=41.92%
B=16.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163166670.0200.600.3561.8242.4945.69
HexA3A643203C233e2a2e
Octal243246103207443765256
Binary10100011101001101000011100111100100011111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A643; }

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

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

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

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

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

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

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

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