Shades of Brass #A8AC49
Tints of Brass #A8AC49
RGB
CMYK
RGB Variations
Color information
#A8AC49 (or 0xA8AC49) is known color: Brass. HEX triplet: A8, AC and 49. RGB value is (168,172,73). Sum of RGB (Red+Green+Blue) = 168+172+73=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC49 is #5753B6. Grayscale: #9F9F9F. Windows color (decimal): -5723063 or 4828328. OLE color: 4828328.
HSL color Cylindrical-coordinate representation of color #A8AC49: hue angle of 62.42º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8AC49 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 73 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.33 |
| HSL | 62.42º | 0.4% | 0.48% | - |
| HSV(B) | 62.42º | 0.58% | 0.67% | - |
| XYZ | 32.1 | 38.31 | 12.01 | - |
| YUV | 159.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 73 | 0.02 | 0 | 0.58 | 0.33 | 62.42 | 0.4 | 0.48 |
| Hex | A8 | AC | 49 | 2 | 0 | 3A | 21 | 3E | 28 | 30 |
| Octal | 250 | 254 | 111 | 2 | 0 | 72 | 41 | 76 | 50 | 60 |
| Binary | 10101000 | 10101100 | 1001001 | 10 | 0 | 111010 | 100001 | 111110 | 101000 | 110000 |
Color Harmonies of #A8AC49
Complementary color
Monochromatic Colors of #A8AC49
Black with #A8AC49
Text Example
Text Example
White with #A8AC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC49; }
p { color: rgb(168,172,73); }
H1.HeaderClassName
{
color: #A8AC49;
}
.AnyTagClassName
{
color: #A8AC49;
}
</style>
background-color css
<style>
a { background-color: #A8AC49; }
a { background-color: rgb(168,172,73); }
div.DivClassName
{
background-color: #A8AC49;
}
.BgClassName
{
background-color: #A8AC49;
}
</style>
border-color css
<style>
span { border-color: #A8AC49; }
span { border-color: rgb(168,172,73); }
td.TdClassName
{
border-color: #A8AC49;
}
.TagClassName
{
border-color: #A8AC49;
}
</style>