Shades of Brass #A8A94A
Tints of Brass #A8A94A
RGB
CMYK
RGB Variations
Color information
#A8A94A (or 0xA8A94A) is known color: Brass. HEX triplet: A8, A9 and 4A. RGB value is (168,169,74). Sum of RGB (Red+Green+Blue) = 168+169+74=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A94A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A94A is #5756B5. Grayscale: #9E9E9E. Windows color (decimal): -5723830 or 4893096. OLE color: 4893096.
HSL color Cylindrical-coordinate representation of color #A8A94A: hue angle of 60.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8A94A is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 74 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.34 |
| HSL | 60.63º | 0.39% | 0.48% | - |
| HSV(B) | 60.63º | 0.56% | 0.66% | - |
| XYZ | 31.57 | 37.2 | 11.99 | - |
| YUV | 157.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 74 | 0.01 | 0 | 0.56 | 0.34 | 60.63 | 0.39 | 0.48 |
| Hex | A8 | A9 | 4A | 1 | 0 | 38 | 22 | 3D | 27 | 30 |
| Octal | 250 | 251 | 112 | 1 | 0 | 70 | 42 | 75 | 47 | 60 |
| Binary | 10101000 | 10101001 | 1001010 | 1 | 0 | 111000 | 100010 | 111101 | 100111 | 110000 |
Color Harmonies of #A8A94A
Complementary color
Monochromatic Colors of #A8A94A
Black with #A8A94A
Text Example
Text Example
White with #A8A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A94A; }
p { color: rgb(168,169,74); }
H1.HeaderClassName
{
color: #A8A94A;
}
.AnyTagClassName
{
color: #A8A94A;
}
</style>
background-color css
<style>
a { background-color: #A8A94A; }
a { background-color: rgb(168,169,74); }
div.DivClassName
{
background-color: #A8A94A;
}
.BgClassName
{
background-color: #A8A94A;
}
</style>
border-color css
<style>
span { border-color: #A8A94A; }
span { border-color: rgb(168,169,74); }
td.TdClassName
{
border-color: #A8A94A;
}
.TagClassName
{
border-color: #A8A94A;
}
</style>