Shades of Brass #A8A94E
Tints of Brass #A8A94E
RGB
CMYK
RGB Variations
Color information
#A8A94E (or 0xA8A94E) is known color: Brass. HEX triplet: A8, A9 and 4E. RGB value is (168,169,78). Sum of RGB (Red+Green+Blue) = 168+169+78=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A94E is #5756B1. Grayscale: #9E9E9E. Windows color (decimal): -5723826 or 5155240. OLE color: 5155240.
HSL color Cylindrical-coordinate representation of color #A8A94E: hue angle of 60.66º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8A94E is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 78 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.34 |
| HSL | 60.66º | 0.37% | 0.48% | - |
| HSV(B) | 60.66º | 0.54% | 0.66% | - |
| XYZ | 31.71 | 37.25 | 12.73 | - |
| YUV | 158.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 78 | 0.01 | 0 | 0.54 | 0.34 | 60.66 | 0.37 | 0.48 |
| Hex | A8 | A9 | 4E | 1 | 0 | 36 | 22 | 3D | 25 | 30 |
| Octal | 250 | 251 | 116 | 1 | 0 | 66 | 42 | 75 | 45 | 60 |
| Binary | 10101000 | 10101001 | 1001110 | 1 | 0 | 110110 | 100010 | 111101 | 100101 | 110000 |
Color Harmonies of #A8A94E
Complementary color
Monochromatic Colors of #A8A94E
Black with #A8A94E
Text Example
Text Example
White with #A8A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A94E; }
p { color: rgb(168,169,78); }
H1.HeaderClassName
{
color: #A8A94E;
}
.AnyTagClassName
{
color: #A8A94E;
}
</style>
background-color css
<style>
a { background-color: #A8A94E; }
a { background-color: rgb(168,169,78); }
div.DivClassName
{
background-color: #A8A94E;
}
.BgClassName
{
background-color: #A8A94E;
}
</style>
border-color css
<style>
span { border-color: #A8A94E; }
span { border-color: rgb(168,169,78); }
td.TdClassName
{
border-color: #A8A94E;
}
.TagClassName
{
border-color: #A8A94E;
}
</style>