Shades of Brass #A9A849
Tints of Brass #A9A849
RGB
CMYK
RGB Variations
Color information
#A9A849 (or 0xA9A849) is known color: Brass. HEX triplet: A9, A8 and 49. RGB value is (169,168,73). Sum of RGB (Red+Green+Blue) = 169+168+73=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A849 is #5657B6. Grayscale: #9D9D9D. Windows color (decimal): -5658551 or 4827305. OLE color: 4827305.
HSL color Cylindrical-coordinate representation of color #A9A849: hue angle of 59.38º 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 #A9A849 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 73 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.34 |
| HSL | 59.38º | 0.4% | 0.47% | - |
| HSV(B) | 59.38º | 0.57% | 0.66% | - |
| XYZ | 31.57 | 36.92 | 11.77 | - |
| YUV | 157.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 73 | 0 | 0.01 | 0.57 | 0.34 | 59.38 | 0.4 | 0.47 |
| Hex | A9 | A8 | 49 | 0 | 1 | 39 | 22 | 3B | 28 | 2F |
| Octal | 251 | 250 | 111 | 0 | 1 | 71 | 42 | 73 | 50 | 57 |
| Binary | 10101001 | 10101000 | 1001001 | 0 | 1 | 111001 | 100010 | 111011 | 101000 | 101111 |
Color Harmonies of #A9A849
Complementary color
Monochromatic Colors of #A9A849
Black with #A9A849
Text Example
Text Example
White with #A9A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A849; }
p { color: rgb(169,168,73); }
H1.HeaderClassName
{
color: #A9A849;
}
.AnyTagClassName
{
color: #A9A849;
}
</style>
background-color css
<style>
a { background-color: #A9A849; }
a { background-color: rgb(169,168,73); }
div.DivClassName
{
background-color: #A9A849;
}
.BgClassName
{
background-color: #A9A849;
}
</style>
border-color css
<style>
span { border-color: #A9A849; }
span { border-color: rgb(169,168,73); }
td.TdClassName
{
border-color: #A9A849;
}
.TagClassName
{
border-color: #A9A849;
}
</style>