#A9A039

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

Shades of Brass #A9A039

Tints of Brass #A9A039

Color information

#A9A039 (or 0xA9A039) is unknown color: approx Brass. HEX triplet: A9, A0 and 39. RGB value is (169,160,57). Sum of RGB (Red+Green+Blue) = 169+160+57=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A039 is #565FC6. Grayscale: #979797. Windows color (decimal): -5660615 or 3776681. OLE color: 3776681.

HSL color Cylindrical-coordinate representation of color #A9A039: hue angle of 55.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9A039 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB16916057-
CMYK00.050.660.34
HSL55.18º49.56%44.31%-
HSV(B)55.18º66.27%66.27%-
XYZ29.6733.878.84-
YUV150.9574.98140.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 160 (62.89% from 255) = 41.45%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=43.78%
G=41.45%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691605700.050.660.3455.1849.5644.31
HexA9A03905422237322c
Octal251240710510242676254
Binary101010011010000011100101011000010100010110111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A039; }

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

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

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

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

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

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

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

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