Shades of Brass #A6AF40
Tints of Brass #A6AF40
RGB
CMYK
RGB Variations
Color information
#A6AF40 (or 0xA6AF40) is known color: Brass. HEX triplet: A6, AF and 40. RGB value is (166,175,64). Sum of RGB (Red+Green+Blue) = 166+175+64=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF40 is #5950BF. Grayscale: #A0A0A0. Windows color (decimal): -5853376 or 4239270. OLE color: 4239270.
HSL color Cylindrical-coordinate representation of color #A6AF40: hue angle of 64.86º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6AF40 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 64 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.31 |
| HSL | 64.86º | 0.46% | 0.47% | - |
| HSV(B) | 64.86º | 0.63% | 0.69% | - |
| XYZ | 31.98 | 39.14 | 10.72 | - |
| YUV | 159.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 64 | 0.05 | 0 | 0.63 | 0.31 | 64.86 | 0.46 | 0.47 |
| Hex | A6 | AF | 40 | 5 | 0 | 3F | 1F | 41 | 2E | 2F |
| Octal | 246 | 257 | 100 | 5 | 0 | 77 | 37 | 101 | 56 | 57 |
| Binary | 10100110 | 10101111 | 1000000 | 101 | 0 | 111111 | 11111 | 1000001 | 101110 | 101111 |
Color Harmonies of #A6AF40
Complementary color
Monochromatic Colors of #A6AF40
Black with #A6AF40
Text Example
Text Example
White with #A6AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF40; }
p { color: rgb(166,175,64); }
H1.HeaderClassName
{
color: #A6AF40;
}
.AnyTagClassName
{
color: #A6AF40;
}
</style>
background-color css
<style>
a { background-color: #A6AF40; }
a { background-color: rgb(166,175,64); }
div.DivClassName
{
background-color: #A6AF40;
}
.BgClassName
{
background-color: #A6AF40;
}
</style>
border-color css
<style>
span { border-color: #A6AF40; }
span { border-color: rgb(166,175,64); }
td.TdClassName
{
border-color: #A6AF40;
}
.TagClassName
{
border-color: #A6AF40;
}
</style>