#A3A94A

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

Shades of Brass #A3A94A

Tints of Brass #A3A94A

Color information

#A3A94A (or 0xA3A94A) is unknown color: approx Brass. HEX triplet: A3, A9 and 4A. RGB value is (163,169,74). Sum of RGB (Red+Green+Blue) = 163+169+74=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A94A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A94A is #5C56B5. Grayscale: #9C9C9C. Windows color (decimal): -6051510 or 4893091. OLE color: 4893091.

HSL color Cylindrical-coordinate representation of color #A3A94A: hue angle of 63.79º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3A94A is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB16316974-
CMYK0.0400.560.34
HSL63.79º39.09%47.65%-
HSV(B)63.79º56.21%66.27%-
XYZ30.5336.6611.95-
YUV156.3881.51132.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 74 (29.30% from 255) = 18.23%
R=40.15%
G=41.63%
B=18.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163169740.0400.560.3463.7939.0947.65
HexA3A94A403822402730
Octal2432511124070421004760
Binary1010001110101001100101010001110001000101000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A94A; }

 p { color: rgb(163,169,74); }

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

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

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

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

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

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

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