Shades of Brass #A5AB46
Tints of Brass #A5AB46
RGB
CMYK
RGB Variations
Color information
#A5AB46 (or 0xA5AB46) is known color: Brass. HEX triplet: A5, AB and 46. RGB value is (165,171,70). Sum of RGB (Red+Green+Blue) = 165+171+70=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AB46 is #5A54B9. Grayscale: #9E9E9E. Windows color (decimal): -5919930 or 4631461. OLE color: 4631461.
HSL color Cylindrical-coordinate representation of color #A5AB46: hue angle of 63.56º 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 #A5AB46 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 70 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.33 |
| HSL | 63.56º | 0.42% | 0.47% | - |
| HSV(B) | 63.56º | 0.59% | 0.67% | - |
| XYZ | 31.19 | 37.57 | 11.4 | - |
| YUV | 157.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 70 | 0.04 | 0 | 0.59 | 0.33 | 63.56 | 0.42 | 0.47 |
| Hex | A5 | AB | 46 | 4 | 0 | 3B | 21 | 40 | 2A | 2F |
| Octal | 245 | 253 | 106 | 4 | 0 | 73 | 41 | 100 | 52 | 57 |
| Binary | 10100101 | 10101011 | 1000110 | 100 | 0 | 111011 | 100001 | 1000000 | 101010 | 101111 |
Color Harmonies of #A5AB46
Complementary color
Monochromatic Colors of #A5AB46
Black with #A5AB46
Text Example
Text Example
White with #A5AB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB46; }
p { color: rgb(165,171,70); }
H1.HeaderClassName
{
color: #A5AB46;
}
.AnyTagClassName
{
color: #A5AB46;
}
</style>
background-color css
<style>
a { background-color: #A5AB46; }
a { background-color: rgb(165,171,70); }
div.DivClassName
{
background-color: #A5AB46;
}
.BgClassName
{
background-color: #A5AB46;
}
</style>
border-color css
<style>
span { border-color: #A5AB46; }
span { border-color: rgb(165,171,70); }
td.TdClassName
{
border-color: #A5AB46;
}
.TagClassName
{
border-color: #A5AB46;
}
</style>