Shades of Brass #A8A949
Tints of Brass #A8A949
RGB
CMYK
RGB Variations
Color information
#A8A949 (or 0xA8A949) is known color: Brass. HEX triplet: A8, A9 and 49. RGB value is (168,169,73). Sum of RGB (Red+Green+Blue) = 168+169+73=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A949 is #5756B6. Grayscale: #9E9E9E. Windows color (decimal): -5723831 or 4827560. OLE color: 4827560.
HSL color Cylindrical-coordinate representation of color #A8A949: hue angle of 60.63º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8A949 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 73 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.34 |
| HSL | 60.63º | 0.4% | 0.47% | - |
| HSV(B) | 60.63º | 0.57% | 0.66% | - |
| XYZ | 31.54 | 37.18 | 11.82 | - |
| YUV | 157.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 73 | 0.01 | 0 | 0.57 | 0.34 | 60.63 | 0.4 | 0.47 |
| Hex | A8 | A9 | 49 | 1 | 0 | 39 | 22 | 3D | 28 | 2F |
| Octal | 250 | 251 | 111 | 1 | 0 | 71 | 42 | 75 | 50 | 57 |
| Binary | 10101000 | 10101001 | 1001001 | 1 | 0 | 111001 | 100010 | 111101 | 101000 | 101111 |
Color Harmonies of #A8A949
Complementary color
Monochromatic Colors of #A8A949
Black with #A8A949
Text Example
Text Example
White with #A8A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A949; }
p { color: rgb(168,169,73); }
H1.HeaderClassName
{
color: #A8A949;
}
.AnyTagClassName
{
color: #A8A949;
}
</style>
background-color css
<style>
a { background-color: #A8A949; }
a { background-color: rgb(168,169,73); }
div.DivClassName
{
background-color: #A8A949;
}
.BgClassName
{
background-color: #A8A949;
}
</style>
border-color css
<style>
span { border-color: #A8A949; }
span { border-color: rgb(168,169,73); }
td.TdClassName
{
border-color: #A8A949;
}
.TagClassName
{
border-color: #A8A949;
}
</style>