Shades of Brass #A8AC37
Tints of Brass #A8AC37
RGB
CMYK
RGB Variations
Color information
#A8AC37 (or 0xA8AC37) is known color: Brass. HEX triplet: A8, AC and 37. RGB value is (168,172,55). Sum of RGB (Red+Green+Blue) = 168+172+55=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC37 is #5753C8. Grayscale: #9D9D9D. Windows color (decimal): -5723081 or 3648680. OLE color: 3648680.
HSL color Cylindrical-coordinate representation of color #A8AC37: hue angle of 62.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8AC37 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 55 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.33 |
| HSL | 62.05º | 0.52% | 0.45% | - |
| HSV(B) | 62.05º | 0.68% | 0.67% | - |
| XYZ | 31.59 | 38.11 | 9.3 | - |
| YUV | 157.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 55 | 0.02 | 0 | 0.68 | 0.33 | 62.05 | 0.52 | 0.45 |
| Hex | A8 | AC | 37 | 2 | 0 | 44 | 21 | 3E | 34 | 2D |
| Octal | 250 | 254 | 67 | 2 | 0 | 104 | 41 | 76 | 64 | 55 |
| Binary | 10101000 | 10101100 | 110111 | 10 | 0 | 1000100 | 100001 | 111110 | 110100 | 101101 |
Color Harmonies of #A8AC37
Complementary color
Monochromatic Colors of #A8AC37
Black with #A8AC37
Text Example
Text Example
White with #A8AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC37; }
p { color: rgb(168,172,55); }
H1.HeaderClassName
{
color: #A8AC37;
}
.AnyTagClassName
{
color: #A8AC37;
}
</style>
background-color css
<style>
a { background-color: #A8AC37; }
a { background-color: rgb(168,172,55); }
div.DivClassName
{
background-color: #A8AC37;
}
.BgClassName
{
background-color: #A8AC37;
}
</style>
border-color css
<style>
span { border-color: #A8AC37; }
span { border-color: rgb(168,172,55); }
td.TdClassName
{
border-color: #A8AC37;
}
.TagClassName
{
border-color: #A8AC37;
}
</style>