Shades of Brass #A5AC46
Tints of Brass #A5AC46
RGB
CMYK
RGB Variations
Color information
#A5AC46 (or 0xA5AC46) is known color: Brass. HEX triplet: A5, AC and 46. RGB value is (165,172,70). Sum of RGB (Red+Green+Blue) = 165+172+70=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC46 is #5A53B9. Grayscale: #9E9E9E. Windows color (decimal): -5919674 or 4631717. OLE color: 4631717.
HSL color Cylindrical-coordinate representation of color #A5AC46: hue angle of 64.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5AC46 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 70 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.33 |
| HSL | 64.12º | 0.42% | 0.47% | - |
| HSV(B) | 64.12º | 0.59% | 0.67% | - |
| XYZ | 31.38 | 37.95 | 11.47 | - |
| YUV | 158.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 70 | 0.04 | 0 | 0.59 | 0.33 | 64.12 | 0.42 | 0.47 |
| Hex | A5 | AC | 46 | 4 | 0 | 3B | 21 | 40 | 2A | 2F |
| Octal | 245 | 254 | 106 | 4 | 0 | 73 | 41 | 100 | 52 | 57 |
| Binary | 10100101 | 10101100 | 1000110 | 100 | 0 | 111011 | 100001 | 1000000 | 101010 | 101111 |
Color Harmonies of #A5AC46
Complementary color
Monochromatic Colors of #A5AC46
Black with #A5AC46
Text Example
Text Example
White with #A5AC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC46; }
p { color: rgb(165,172,70); }
H1.HeaderClassName
{
color: #A5AC46;
}
.AnyTagClassName
{
color: #A5AC46;
}
</style>
background-color css
<style>
a { background-color: #A5AC46; }
a { background-color: rgb(165,172,70); }
div.DivClassName
{
background-color: #A5AC46;
}
.BgClassName
{
background-color: #A5AC46;
}
</style>
border-color css
<style>
span { border-color: #A5AC46; }
span { border-color: rgb(165,172,70); }
td.TdClassName
{
border-color: #A5AC46;
}
.TagClassName
{
border-color: #A5AC46;
}
</style>