Shades of Brass #A99D3C
Tints of Brass #A99D3C
RGB
CMYK
RGB Variations
Color information
#A99D3C (or 0xA99D3C) is known color: Brass. HEX triplet: A9, 9D and 3C. RGB value is (169,157,60). Sum of RGB (Red+Green+Blue) = 169+157+60=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D3C is #5662C3. Grayscale: #959595. Windows color (decimal): -5661380 or 3972521. OLE color: 3972521.
HSL color Cylindrical-coordinate representation of color #A99D3C: hue angle of 53.39º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A99D3C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 60 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.34 |
| HSL | 53.39º | 0.48% | 0.45% | - |
| HSV(B) | 53.39º | 0.64% | 0.66% | - |
| XYZ | 29.23 | 32.88 | 9.08 | - |
| YUV | 149.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 60 | 0 | 0.07 | 0.64 | 0.34 | 53.39 | 0.48 | 0.45 |
| Hex | A9 | 9D | 3C | 0 | 7 | 40 | 22 | 35 | 30 | 2D |
| Octal | 251 | 235 | 74 | 0 | 7 | 100 | 42 | 65 | 60 | 55 |
| Binary | 10101001 | 10011101 | 111100 | 0 | 111 | 1000000 | 100010 | 110101 | 110000 | 101101 |
Color Harmonies of #A99D3C
Complementary color
Monochromatic Colors of #A99D3C
Black with #A99D3C
Text Example
Text Example
White with #A99D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D3C; }
p { color: rgb(169,157,60); }
H1.HeaderClassName
{
color: #A99D3C;
}
.AnyTagClassName
{
color: #A99D3C;
}
</style>
background-color css
<style>
a { background-color: #A99D3C; }
a { background-color: rgb(169,157,60); }
div.DivClassName
{
background-color: #A99D3C;
}
.BgClassName
{
background-color: #A99D3C;
}
</style>
border-color css
<style>
span { border-color: #A99D3C; }
span { border-color: rgb(169,157,60); }
td.TdClassName
{
border-color: #A99D3C;
}
.TagClassName
{
border-color: #A99D3C;
}
</style>