#A3A34F

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

Shades of Brass #A3A34F

Tints of Brass #A3A34F

Color information

#A3A34F (or 0xA3A34F) is unknown color: approx Brass. HEX triplet: A3, A3 and 4F. RGB value is (163,163,79). Sum of RGB (Red+Green+Blue) = 163+163+79=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A34F is #5C5CB0. Grayscale: #999999. Windows color (decimal): -6053041 or 5219235. OLE color: 5219235.

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

Color convert

RGB16316379-
CMYK000.520.36
HSL60º34.71%47.45%-
HSV(B)60º51.53%63.92%-
XYZ29.6134.5512.5-
YUV153.4286134.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 163 (64.06% from 255) = 40.25%
BLUE value IS 79 (31.25% from 255) = 19.51%
R=40.25%
G=40.25%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316379000.520.366034.7147.45
HexA3A34F0034243c232f
Octal243243117006444744357
Binary1010001110100011100111100110100100100111100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A34F; }

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

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

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

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

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

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

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

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