Shades of Brass #A9A742
Tints of Brass #A9A742
RGB
CMYK
RGB Variations
Color information
#A9A742 (or 0xA9A742) is known color: Brass. HEX triplet: A9, A7 and 42. RGB value is (169,167,66). Sum of RGB (Red+Green+Blue) = 169+167+66=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A742 is #5658BD. Grayscale: #9C9C9C. Windows color (decimal): -5658814 or 4368297. OLE color: 4368297.
HSL color Cylindrical-coordinate representation of color #A9A742: hue angle of 58.83º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9A742 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 66 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.34 |
| HSL | 58.83º | 0.44% | 0.46% | - |
| HSV(B) | 58.83º | 0.61% | 0.66% | - |
| XYZ | 31.16 | 36.47 | 10.55 | - |
| YUV | 156.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 66 | 0 | 0.01 | 0.61 | 0.34 | 58.83 | 0.44 | 0.46 |
| Hex | A9 | A7 | 42 | 0 | 1 | 3D | 22 | 3B | 2C | 2E |
| Octal | 251 | 247 | 102 | 0 | 1 | 75 | 42 | 73 | 54 | 56 |
| Binary | 10101001 | 10100111 | 1000010 | 0 | 1 | 111101 | 100010 | 111011 | 101100 | 101110 |
Color Harmonies of #A9A742
Complementary color
Monochromatic Colors of #A9A742
Black with #A9A742
Text Example
Text Example
White with #A9A742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A742; }
p { color: rgb(169,167,66); }
H1.HeaderClassName
{
color: #A9A742;
}
.AnyTagClassName
{
color: #A9A742;
}
</style>
background-color css
<style>
a { background-color: #A9A742; }
a { background-color: rgb(169,167,66); }
div.DivClassName
{
background-color: #A9A742;
}
.BgClassName
{
background-color: #A9A742;
}
</style>
border-color css
<style>
span { border-color: #A9A742; }
span { border-color: rgb(169,167,66); }
td.TdClassName
{
border-color: #A9A742;
}
.TagClassName
{
border-color: #A9A742;
}
</style>