Shades of Brass #A8AC40
Tints of Brass #A8AC40
RGB
CMYK
RGB Variations
Color information
#A8AC40 (or 0xA8AC40) is known color: Brass. HEX triplet: A8, AC and 40. RGB value is (168,172,64). Sum of RGB (Red+Green+Blue) = 168+172+64=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC40 is #5753BF. Grayscale: #9E9E9E. Windows color (decimal): -5723072 or 4238504. OLE color: 4238504.
HSL color Cylindrical-coordinate representation of color #A8AC40: hue angle of 62.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8AC40 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 64 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.33 |
| HSL | 62.22º | 0.46% | 0.46% | - |
| HSV(B) | 62.22º | 0.63% | 0.67% | - |
| XYZ | 31.83 | 38.2 | 10.55 | - |
| YUV | 158.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 64 | 0.02 | 0 | 0.63 | 0.33 | 62.22 | 0.46 | 0.46 |
| Hex | A8 | AC | 40 | 2 | 0 | 3F | 21 | 3E | 2E | 2E |
| Octal | 250 | 254 | 100 | 2 | 0 | 77 | 41 | 76 | 56 | 56 |
| Binary | 10101000 | 10101100 | 1000000 | 10 | 0 | 111111 | 100001 | 111110 | 101110 | 101110 |
Color Harmonies of #A8AC40
Complementary color
Monochromatic Colors of #A8AC40
Black with #A8AC40
Text Example
Text Example
White with #A8AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC40; }
p { color: rgb(168,172,64); }
H1.HeaderClassName
{
color: #A8AC40;
}
.AnyTagClassName
{
color: #A8AC40;
}
</style>
background-color css
<style>
a { background-color: #A8AC40; }
a { background-color: rgb(168,172,64); }
div.DivClassName
{
background-color: #A8AC40;
}
.BgClassName
{
background-color: #A8AC40;
}
</style>
border-color css
<style>
span { border-color: #A8AC40; }
span { border-color: rgb(168,172,64); }
td.TdClassName
{
border-color: #A8AC40;
}
.TagClassName
{
border-color: #A8AC40;
}
</style>