#A4A949

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

Shades of Brass #A4A949

Tints of Brass #A4A949

Color information

#A4A949 (or 0xA4A949) is unknown color: approx Brass. HEX triplet: A4, A9 and 49. RGB value is (164,169,73). Sum of RGB (Red+Green+Blue) = 164+169+73=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A949 is #5B56B6. Grayscale: #9C9C9C. Windows color (decimal): -5985975 or 4827556. OLE color: 4827556.

HSL color Cylindrical-coordinate representation of color #A4A949: hue angle of 63.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4A949 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16416973-
CMYK0.0300.570.34
HSL63.12º39.67%47.45%-
HSV(B)63.12º56.8%66.27%-
XYZ30.736.7511.78-
YUV156.5680.84133.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=40.39%
G=41.63%
B=17.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164169730.0300.570.3463.1239.6747.45
HexA4A9493039223f282f
Octal244251111307142775057
Binary10100100101010011001001110111001100010111111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A949; }

 p { color: rgb(164,169,73); }

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

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

 a { background-color: rgb(164,169,73); }

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

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

 span { border-color: rgb(164,169,73); }

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