Shades of Brass #A99D3A
Tints of Brass #A99D3A
RGB
CMYK
RGB Variations
Color information
#A99D3A (or 0xA99D3A) is known color: Brass. HEX triplet: A9, 9D and 3A. RGB value is (169,157,58). Sum of RGB (Red+Green+Blue) = 169+157+58=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D3A is #5662C5. Grayscale: #959595. Windows color (decimal): -5661382 or 3841449. OLE color: 3841449.
HSL color Cylindrical-coordinate representation of color #A99D3A: hue angle of 53.51º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A99D3A is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 58 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.34 |
| HSL | 53.51º | 0.49% | 0.45% | - |
| HSV(B) | 53.51º | 0.66% | 0.66% | - |
| XYZ | 29.18 | 32.85 | 8.81 | - |
| YUV | 149.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 58 | 0 | 0.07 | 0.66 | 0.34 | 53.51 | 0.49 | 0.45 |
| Hex | A9 | 9D | 3A | 0 | 7 | 42 | 22 | 36 | 31 | 2D |
| Octal | 251 | 235 | 72 | 0 | 7 | 102 | 42 | 66 | 61 | 55 |
| Binary | 10101001 | 10011101 | 111010 | 0 | 111 | 1000010 | 100010 | 110110 | 110001 | 101101 |
Color Harmonies of #A99D3A
Complementary color
Monochromatic Colors of #A99D3A
Black with #A99D3A
Text Example
Text Example
White with #A99D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D3A; }
p { color: rgb(169,157,58); }
H1.HeaderClassName
{
color: #A99D3A;
}
.AnyTagClassName
{
color: #A99D3A;
}
</style>
background-color css
<style>
a { background-color: #A99D3A; }
a { background-color: rgb(169,157,58); }
div.DivClassName
{
background-color: #A99D3A;
}
.BgClassName
{
background-color: #A99D3A;
}
</style>
border-color css
<style>
span { border-color: #A99D3A; }
span { border-color: rgb(169,157,58); }
td.TdClassName
{
border-color: #A99D3A;
}
.TagClassName
{
border-color: #A99D3A;
}
</style>