#A9A249

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

Shades of Brass #A9A249

Tints of Brass #A9A249

Color information

#A9A249 (or 0xA9A249) is unknown color: approx Brass. HEX triplet: A9, A2 and 49. RGB value is (169,162,73). Sum of RGB (Red+Green+Blue) = 169+162+73=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A249 is #565DB6. Grayscale: #9A9A9A. Windows color (decimal): -5660087 or 4825769. OLE color: 4825769.

HSL color Cylindrical-coordinate representation of color #A9A249: hue angle of 55.62º 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 #A9A249 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16916273-
CMYK00.040.570.34
HSL55.62º39.67%47.45%-
HSV(B)55.62º56.8%66.27%-
XYZ30.4934.7611.41-
YUV153.9582.32138.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 73 (28.91% from 255) = 18.07%
R=41.83%
G=40.10%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691627300.040.570.3455.6239.6747.45
HexA9A24904392238282f
Octal251242111047142705057
Binary101010011010001010010010100111001100010111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A249; }

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

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

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

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

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

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

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

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