Shades of Brass #A99D37
Tints of Brass #A99D37
RGB
CMYK
RGB Variations
Color information
#A99D37 (or 0xA99D37) is known color: Brass. HEX triplet: A9, 9D and 37. RGB value is (169,157,55). Sum of RGB (Red+Green+Blue) = 169+157+55=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D37 is #5662C8. Grayscale: #959595. Windows color (decimal): -5661385 or 3644841. OLE color: 3644841.
HSL color Cylindrical-coordinate representation of color #A99D37: hue angle of 53.68º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A99D37 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 55 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.34 |
| HSL | 53.68º | 0.51% | 0.44% | - |
| HSV(B) | 53.68º | 0.67% | 0.66% | - |
| XYZ | 29.11 | 32.82 | 8.42 | - |
| YUV | 148.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 55 | 0 | 0.07 | 0.67 | 0.34 | 53.68 | 0.51 | 0.44 |
| Hex | A9 | 9D | 37 | 0 | 7 | 43 | 22 | 36 | 33 | 2C |
| Octal | 251 | 235 | 67 | 0 | 7 | 103 | 42 | 66 | 63 | 54 |
| Binary | 10101001 | 10011101 | 110111 | 0 | 111 | 1000011 | 100010 | 110110 | 110011 | 101100 |
Color Harmonies of #A99D37
Complementary color
Monochromatic Colors of #A99D37
Black with #A99D37
Text Example
Text Example
White with #A99D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D37; }
p { color: rgb(169,157,55); }
H1.HeaderClassName
{
color: #A99D37;
}
.AnyTagClassName
{
color: #A99D37;
}
</style>
background-color css
<style>
a { background-color: #A99D37; }
a { background-color: rgb(169,157,55); }
div.DivClassName
{
background-color: #A99D37;
}
.BgClassName
{
background-color: #A99D37;
}
</style>
border-color css
<style>
span { border-color: #A99D37; }
span { border-color: rgb(169,157,55); }
td.TdClassName
{
border-color: #A99D37;
}
.TagClassName
{
border-color: #A99D37;
}
</style>