Shades of Brass #A8A045
Tints of Brass #A8A045
RGB
CMYK
RGB Variations
Color information
#A8A045 (or 0xA8A045) is known color: Brass. HEX triplet: A8, A0 and 45. RGB value is (168,160,69). Sum of RGB (Red+Green+Blue) = 168+160+69=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A045 is #575FBA. Grayscale: #989898. Windows color (decimal): -5726139 or 4563112. OLE color: 4563112.
HSL color Cylindrical-coordinate representation of color #A8A045: hue angle of 55.15º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8A045 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 69 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.34 |
| HSL | 55.15º | 0.42% | 0.46% | - |
| HSV(B) | 55.15º | 0.59% | 0.66% | - |
| XYZ | 29.79 | 33.9 | 10.6 | - |
| YUV | 152.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 69 | 0 | 0.05 | 0.59 | 0.34 | 55.15 | 0.42 | 0.46 |
| Hex | A8 | A0 | 45 | 0 | 5 | 3B | 22 | 37 | 2A | 2E |
| Octal | 250 | 240 | 105 | 0 | 5 | 73 | 42 | 67 | 52 | 56 |
| Binary | 10101000 | 10100000 | 1000101 | 0 | 101 | 111011 | 100010 | 110111 | 101010 | 101110 |
Color Harmonies of #A8A045
Complementary color
Monochromatic Colors of #A8A045
Black with #A8A045
Text Example
Text Example
White with #A8A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A045; }
p { color: rgb(168,160,69); }
H1.HeaderClassName
{
color: #A8A045;
}
.AnyTagClassName
{
color: #A8A045;
}
</style>
background-color css
<style>
a { background-color: #A8A045; }
a { background-color: rgb(168,160,69); }
div.DivClassName
{
background-color: #A8A045;
}
.BgClassName
{
background-color: #A8A045;
}
</style>
border-color css
<style>
span { border-color: #A8A045; }
span { border-color: rgb(168,160,69); }
td.TdClassName
{
border-color: #A8A045;
}
.TagClassName
{
border-color: #A8A045;
}
</style>