Shades of Brass #A99D41
Tints of Brass #A99D41
RGB
CMYK
RGB Variations
Color information
#A99D41 (or 0xA99D41) is known color: Brass. HEX triplet: A9, 9D and 41. RGB value is (169,157,65). Sum of RGB (Red+Green+Blue) = 169+157+65=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D41 is #5662BE. Grayscale: #969696. Windows color (decimal): -5661375 or 4300201. OLE color: 4300201.
HSL color Cylindrical-coordinate representation of color #A99D41: hue angle of 53.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A99D41 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 65 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.34 |
| HSL | 53.08º | 0.44% | 0.46% | - |
| HSV(B) | 53.08º | 0.62% | 0.66% | - |
| XYZ | 29.37 | 32.93 | 9.81 | - |
| YUV | 150.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 65 | 0 | 0.07 | 0.62 | 0.34 | 53.08 | 0.44 | 0.46 |
| Hex | A9 | 9D | 41 | 0 | 7 | 3E | 22 | 35 | 2C | 2E |
| Octal | 251 | 235 | 101 | 0 | 7 | 76 | 42 | 65 | 54 | 56 |
| Binary | 10101001 | 10011101 | 1000001 | 0 | 111 | 111110 | 100010 | 110101 | 101100 | 101110 |
Color Harmonies of #A99D41
Complementary color
Monochromatic Colors of #A99D41
Black with #A99D41
Text Example
Text Example
White with #A99D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D41; }
p { color: rgb(169,157,65); }
H1.HeaderClassName
{
color: #A99D41;
}
.AnyTagClassName
{
color: #A99D41;
}
</style>
background-color css
<style>
a { background-color: #A99D41; }
a { background-color: rgb(169,157,65); }
div.DivClassName
{
background-color: #A99D41;
}
.BgClassName
{
background-color: #A99D41;
}
</style>
border-color css
<style>
span { border-color: #A99D41; }
span { border-color: rgb(169,157,65); }
td.TdClassName
{
border-color: #A99D41;
}
.TagClassName
{
border-color: #A99D41;
}
</style>