Shades of Brass #A99C3A
Tints of Brass #A99C3A
RGB
CMYK
RGB Variations
Color information
#A99C3A (or 0xA99C3A) is known color: Brass. HEX triplet: A9, 9C and 3A. RGB value is (169,156,58). Sum of RGB (Red+Green+Blue) = 169+156+58=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C3A is #5663C5. Grayscale: #959595. Windows color (decimal): -5661638 or 3841193. OLE color: 3841193.
HSL color Cylindrical-coordinate representation of color #A99C3A: hue angle of 52.97º 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 #A99C3A is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 58 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.34 |
| HSL | 52.97º | 0.49% | 0.45% | - |
| HSV(B) | 52.97º | 0.66% | 0.66% | - |
| XYZ | 29.01 | 32.52 | 8.75 | - |
| YUV | 148.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 58 | 0 | 0.08 | 0.66 | 0.34 | 52.97 | 0.49 | 0.45 |
| Hex | A9 | 9C | 3A | 0 | 8 | 42 | 22 | 35 | 31 | 2D |
| Octal | 251 | 234 | 72 | 0 | 10 | 102 | 42 | 65 | 61 | 55 |
| Binary | 10101001 | 10011100 | 111010 | 0 | 1000 | 1000010 | 100010 | 110101 | 110001 | 101101 |
Color Harmonies of #A99C3A
Complementary color
Monochromatic Colors of #A99C3A
Black with #A99C3A
Text Example
Text Example
White with #A99C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C3A; }
p { color: rgb(169,156,58); }
H1.HeaderClassName
{
color: #A99C3A;
}
.AnyTagClassName
{
color: #A99C3A;
}
</style>
background-color css
<style>
a { background-color: #A99C3A; }
a { background-color: rgb(169,156,58); }
div.DivClassName
{
background-color: #A99C3A;
}
.BgClassName
{
background-color: #A99C3A;
}
</style>
border-color css
<style>
span { border-color: #A99C3A; }
span { border-color: rgb(169,156,58); }
td.TdClassName
{
border-color: #A99C3A;
}
.TagClassName
{
border-color: #A99C3A;
}
</style>