Shades of Brass #A9A444
Tints of Brass #A9A444
RGB
CMYK
RGB Variations
Color information
#A9A444 (or 0xA9A444) is known color: Brass. HEX triplet: A9, A4 and 44. RGB value is (169,164,68). Sum of RGB (Red+Green+Blue) = 169+164+68=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A444 is #565BBB. Grayscale: #9A9A9A. Windows color (decimal): -5659580 or 4498601. OLE color: 4498601.
HSL color Cylindrical-coordinate representation of color #A9A444: hue angle of 57.03º 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 #A9A444 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 164 | 68 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.34 |
| HSL | 57.03º | 0.43% | 0.46% | - |
| HSV(B) | 57.03º | 0.6% | 0.66% | - |
| XYZ | 30.68 | 35.4 | 10.69 | - |
| YUV | 154.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 68 | 0 | 0.03 | 0.60 | 0.34 | 57.03 | 0.43 | 0.46 |
| Hex | A9 | A4 | 44 | 0 | 3 | 3C | 22 | 39 | 2B | 2E |
| Octal | 251 | 244 | 104 | 0 | 3 | 74 | 42 | 71 | 53 | 56 |
| Binary | 10101001 | 10100100 | 1000100 | 0 | 11 | 111100 | 100010 | 111001 | 101011 | 101110 |
Color Harmonies of #A9A444
Complementary color
Monochromatic Colors of #A9A444
Black with #A9A444
Text Example
Text Example
White with #A9A444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A444; }
p { color: rgb(169,164,68); }
H1.HeaderClassName
{
color: #A9A444;
}
.AnyTagClassName
{
color: #A9A444;
}
</style>
background-color css
<style>
a { background-color: #A9A444; }
a { background-color: rgb(169,164,68); }
div.DivClassName
{
background-color: #A9A444;
}
.BgClassName
{
background-color: #A9A444;
}
</style>
border-color css
<style>
span { border-color: #A9A444; }
span { border-color: rgb(169,164,68); }
td.TdClassName
{
border-color: #A9A444;
}
.TagClassName
{
border-color: #A9A444;
}
</style>