Shades of Brass #A6A045
Tints of Brass #A6A045
RGB
CMYK
RGB Variations
Color information
#A6A045 (or 0xA6A045) is known color: Brass. HEX triplet: A6, A0 and 45. RGB value is (166,160,69). Sum of RGB (Red+Green+Blue) = 166+160+69=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A045 is #595FBA. Grayscale: #979797. Windows color (decimal): -5857211 or 4563110. OLE color: 4563110.
HSL color Cylindrical-coordinate representation of color #A6A045: hue angle of 56.29º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6A045 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 69 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.35 |
| HSL | 56.29º | 0.41% | 0.46% | - |
| HSV(B) | 56.29º | 0.58% | 0.65% | - |
| XYZ | 29.37 | 33.68 | 10.58 | - |
| YUV | 151.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 69 | 0 | 0.04 | 0.58 | 0.35 | 56.29 | 0.41 | 0.46 |
| Hex | A6 | A0 | 45 | 0 | 4 | 3A | 23 | 38 | 29 | 2E |
| Octal | 246 | 240 | 105 | 0 | 4 | 72 | 43 | 70 | 51 | 56 |
| Binary | 10100110 | 10100000 | 1000101 | 0 | 100 | 111010 | 100011 | 111000 | 101001 | 101110 |
Color Harmonies of #A6A045
Complementary color
Monochromatic Colors of #A6A045
Black with #A6A045
Text Example
Text Example
White with #A6A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A045; }
p { color: rgb(166,160,69); }
H1.HeaderClassName
{
color: #A6A045;
}
.AnyTagClassName
{
color: #A6A045;
}
</style>
background-color css
<style>
a { background-color: #A6A045; }
a { background-color: rgb(166,160,69); }
div.DivClassName
{
background-color: #A6A045;
}
.BgClassName
{
background-color: #A6A045;
}
</style>
border-color css
<style>
span { border-color: #A6A045; }
span { border-color: rgb(166,160,69); }
td.TdClassName
{
border-color: #A6A045;
}
.TagClassName
{
border-color: #A6A045;
}
</style>