Shades of Brass #A8A03F
Tints of Brass #A8A03F
RGB
CMYK
RGB Variations
Color information
#A8A03F (or 0xA8A03F) is known color: Brass. HEX triplet: A8, A0 and 3F. RGB value is (168,160,63). Sum of RGB (Red+Green+Blue) = 168+160+63=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A03F is #575FC0. Grayscale: #979797. Windows color (decimal): -5726145 or 4169896. OLE color: 4169896.
HSL color Cylindrical-coordinate representation of color #A8A03F: hue angle of 55.43º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8A03F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 63 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.34 |
| HSL | 55.43º | 0.45% | 0.45% | - |
| HSV(B) | 55.43º | 0.63% | 0.66% | - |
| XYZ | 29.62 | 33.83 | 9.67 | - |
| YUV | 151.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 63 | 0 | 0.05 | 0.63 | 0.34 | 55.43 | 0.45 | 0.45 |
| Hex | A8 | A0 | 3F | 0 | 5 | 3F | 22 | 37 | 2D | 2D |
| Octal | 250 | 240 | 77 | 0 | 5 | 77 | 42 | 67 | 55 | 55 |
| Binary | 10101000 | 10100000 | 111111 | 0 | 101 | 111111 | 100010 | 110111 | 101101 | 101101 |
Color Harmonies of #A8A03F
Complementary color
Monochromatic Colors of #A8A03F
Black with #A8A03F
Text Example
Text Example
White with #A8A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A03F; }
p { color: rgb(168,160,63); }
H1.HeaderClassName
{
color: #A8A03F;
}
.AnyTagClassName
{
color: #A8A03F;
}
</style>
background-color css
<style>
a { background-color: #A8A03F; }
a { background-color: rgb(168,160,63); }
div.DivClassName
{
background-color: #A8A03F;
}
.BgClassName
{
background-color: #A8A03F;
}
</style>
border-color css
<style>
span { border-color: #A8A03F; }
span { border-color: rgb(168,160,63); }
td.TdClassName
{
border-color: #A8A03F;
}
.TagClassName
{
border-color: #A8A03F;
}
</style>