Shades of Brass #A8A946
Tints of Brass #A8A946
RGB
CMYK
RGB Variations
Color information
#A8A946 (or 0xA8A946) is known color: Brass. HEX triplet: A8, A9 and 46. RGB value is (168,169,70). Sum of RGB (Red+Green+Blue) = 168+169+70=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A946 is #5756B9. Grayscale: #9D9D9D. Windows color (decimal): -5723834 or 4630952. OLE color: 4630952.
HSL color Cylindrical-coordinate representation of color #A8A946: hue angle of 60.61º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8A946 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 70 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.34 |
| HSL | 60.61º | 0.41% | 0.47% | - |
| HSV(B) | 60.61º | 0.59% | 0.66% | - |
| XYZ | 31.44 | 37.14 | 11.31 | - |
| YUV | 157.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 70 | 0.01 | 0 | 0.59 | 0.34 | 60.61 | 0.41 | 0.47 |
| Hex | A8 | A9 | 46 | 1 | 0 | 3B | 22 | 3D | 29 | 2F |
| Octal | 250 | 251 | 106 | 1 | 0 | 73 | 42 | 75 | 51 | 57 |
| Binary | 10101000 | 10101001 | 1000110 | 1 | 0 | 111011 | 100010 | 111101 | 101001 | 101111 |
Color Harmonies of #A8A946
Complementary color
Monochromatic Colors of #A8A946
Black with #A8A946
Text Example
Text Example
White with #A8A946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A946; }
p { color: rgb(168,169,70); }
H1.HeaderClassName
{
color: #A8A946;
}
.AnyTagClassName
{
color: #A8A946;
}
</style>
background-color css
<style>
a { background-color: #A8A946; }
a { background-color: rgb(168,169,70); }
div.DivClassName
{
background-color: #A8A946;
}
.BgClassName
{
background-color: #A8A946;
}
</style>
border-color css
<style>
span { border-color: #A8A946; }
span { border-color: rgb(168,169,70); }
td.TdClassName
{
border-color: #A8A946;
}
.TagClassName
{
border-color: #A8A946;
}
</style>