#A3A333

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

Shades of Brass #A3A333

Tints of Brass #A3A333

Color information

#A3A333 (or 0xA3A333) is unknown color: approx Brass. HEX triplet: A3, A3 and 33. RGB value is (163,163,51). Sum of RGB (Red+Green+Blue) = 163+163+51=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A333 is #5C5CCC. Grayscale: #969696. Windows color (decimal): -6053069 or 3384227. OLE color: 3384227.

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

Color convert

RGB16316351-
CMYK000.690.36
HSL60º52.34%41.96%-
HSV(B)60º68.71%63.92%-
XYZ28.834.228.22-
YUV150.2372137.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=43.24%
G=43.24%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316351000.690.366052.3441.96
HexA3A3330045243c342a
Octal243243630010544746452
Binary1010001110100011110011001000101100100111100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A333; }

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

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

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

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

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

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

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

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