Shades of Brass #A99D3B
Tints of Brass #A99D3B
RGB
CMYK
RGB Variations
Color information
#A99D3B (or 0xA99D3B) is known color: Brass. HEX triplet: A9, 9D and 3B. RGB value is (169,157,59). Sum of RGB (Red+Green+Blue) = 169+157+59=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D3B is #5662C4. Grayscale: #959595. Windows color (decimal): -5661381 or 3906985. OLE color: 3906985.
HSL color Cylindrical-coordinate representation of color #A99D3B: hue angle of 53.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A99D3B is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 59 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.34 |
| HSL | 53.45º | 0.48% | 0.45% | - |
| HSV(B) | 53.45º | 0.65% | 0.66% | - |
| XYZ | 29.21 | 32.86 | 8.94 | - |
| YUV | 149.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 59 | 0 | 0.07 | 0.65 | 0.34 | 53.45 | 0.48 | 0.45 |
| Hex | A9 | 9D | 3B | 0 | 7 | 41 | 22 | 35 | 30 | 2D |
| Octal | 251 | 235 | 73 | 0 | 7 | 101 | 42 | 65 | 60 | 55 |
| Binary | 10101001 | 10011101 | 111011 | 0 | 111 | 1000001 | 100010 | 110101 | 110000 | 101101 |
Color Harmonies of #A99D3B
Complementary color
Monochromatic Colors of #A99D3B
Black with #A99D3B
Text Example
Text Example
White with #A99D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D3B; }
p { color: rgb(169,157,59); }
H1.HeaderClassName
{
color: #A99D3B;
}
.AnyTagClassName
{
color: #A99D3B;
}
</style>
background-color css
<style>
a { background-color: #A99D3B; }
a { background-color: rgb(169,157,59); }
div.DivClassName
{
background-color: #A99D3B;
}
.BgClassName
{
background-color: #A99D3B;
}
</style>
border-color css
<style>
span { border-color: #A99D3B; }
span { border-color: rgb(169,157,59); }
td.TdClassName
{
border-color: #A99D3B;
}
.TagClassName
{
border-color: #A99D3B;
}
</style>