#A3A13F

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

Shades of Brass #A3A13F

Tints of Brass #A3A13F

Color information

#A3A13F (or 0xA3A13F) is unknown color: approx Brass. HEX triplet: A3, A1 and 3F. RGB value is (163,161,63). Sum of RGB (Red+Green+Blue) = 163+161+63=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A13F is #5C5EC0. Grayscale: #969696. Windows color (decimal): -6053569 or 4170147. OLE color: 4170147.

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

Color convert

RGB16316163-
CMYK00.010.610.36
HSL58.8º44.25%44.31%-
HSV(B)58.8º61.35%63.92%-
XYZ28.7533.649.68-
YUV150.4378.66136.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 161 (63.28% from 255) = 41.60%
BLUE value IS 63 (25% from 255) = 16.28%
R=42.12%
G=41.60%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631616300.010.610.3658.844.2544.31
HexA3A13F013D243b2c2c
Octal24324177017544735454
Binary101000111010000111111101111101100100111011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A13F; }

 p { color: rgb(163,161,63); }

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

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

 a { background-color: rgb(163,161,63); }

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

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

 span { border-color: rgb(163,161,63); }

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