Shades of Brass #A9A343
Tints of Brass #A9A343
RGB
CMYK
RGB Variations
Color information
#A9A343 (or 0xA9A343) is known color: Brass. HEX triplet: A9, A3 and 43. RGB value is (169,163,67). Sum of RGB (Red+Green+Blue) = 169+163+67=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A343 is #565CBC. Grayscale: #9A9A9A. Windows color (decimal): -5659837 or 4432809. OLE color: 4432809.
HSL color Cylindrical-coordinate representation of color #A9A343: hue angle of 56.47º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9A343 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 163 | 67 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.34 |
| HSL | 56.47º | 0.43% | 0.46% | - |
| HSV(B) | 56.47º | 0.6% | 0.66% | - |
| XYZ | 30.47 | 35.03 | 10.47 | - |
| YUV | 153.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 67 | 0 | 0.04 | 0.60 | 0.34 | 56.47 | 0.43 | 0.46 |
| Hex | A9 | A3 | 43 | 0 | 4 | 3C | 22 | 38 | 2B | 2E |
| Octal | 251 | 243 | 103 | 0 | 4 | 74 | 42 | 70 | 53 | 56 |
| Binary | 10101001 | 10100011 | 1000011 | 0 | 100 | 111100 | 100010 | 111000 | 101011 | 101110 |
Color Harmonies of #A9A343
Complementary color
Monochromatic Colors of #A9A343
Black with #A9A343
Text Example
Text Example
White with #A9A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A343; }
p { color: rgb(169,163,67); }
H1.HeaderClassName
{
color: #A9A343;
}
.AnyTagClassName
{
color: #A9A343;
}
</style>
background-color css
<style>
a { background-color: #A9A343; }
a { background-color: rgb(169,163,67); }
div.DivClassName
{
background-color: #A9A343;
}
.BgClassName
{
background-color: #A9A343;
}
</style>
border-color css
<style>
span { border-color: #A9A343; }
span { border-color: rgb(169,163,67); }
td.TdClassName
{
border-color: #A9A343;
}
.TagClassName
{
border-color: #A9A343;
}
</style>