#A3A33F

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

Shades of Brass #A3A33F

Tints of Brass #A3A33F

Color information

#A3A33F (or 0xA3A33F) is unknown color: approx Brass. HEX triplet: A3, A3 and 3F. RGB value is (163,163,63). Sum of RGB (Red+Green+Blue) = 163+163+63=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A33F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A33F is #5C5CC0. Grayscale: #989898. Windows color (decimal): -6053057 or 4170659. OLE color: 4170659.

HSL color Cylindrical-coordinate representation of color #A3A33F: hue angle of 60º 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 #A3A33F is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16316363-
CMYK000.610.36
HSL60º44.25%44.31%-
HSV(B)60º61.35%63.92%-
XYZ29.134.349.8-
YUV151.678136.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 63 (25% from 255) = 16.20%
R=41.90%
G=41.90%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316363000.610.366044.2544.31
HexA3A33F003D243c2c2c
Octal24324377007544745454
Binary101000111010001111111100111101100100111100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A33F; }

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

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

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

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

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

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

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

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