#A9A048

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

Shades of Brass #A9A048

Tints of Brass #A9A048

Color information

#A9A048 (or 0xA9A048) is unknown color: approx Brass. HEX triplet: A9, A0 and 48. RGB value is (169,160,72). Sum of RGB (Red+Green+Blue) = 169+160+72=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A048 is #565FB7. Grayscale: #999999. Windows color (decimal): -5660600 or 4759721. OLE color: 4759721.

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

Color convert

RGB16916072-
CMYK00.050.570.34
HSL54.43º40.25%47.25%-
HSV(B)54.43º57.4%66.27%-
XYZ30.134.0411.12-
YUV152.6682.48139.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 160 (62.89% from 255) = 39.90%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=42.14%
G=39.90%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691607200.050.570.3454.4340.2547.25
HexA9A04805392236282f
Octal251240110057142665057
Binary101010011010000010010000101111001100010110110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A048; }

 p { color: rgb(169,160,72); }

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

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

 a { background-color: rgb(169,160,72); }

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

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

 span { border-color: rgb(169,160,72); }

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