Shades of Brass #A6AF3F
Tints of Brass #A6AF3F
RGB
CMYK
RGB Variations
Color information
#A6AF3F (or 0xA6AF3F) is known color: Brass. HEX triplet: A6, AF and 3F. RGB value is (166,175,63). Sum of RGB (Red+Green+Blue) = 166+175+63=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF3F is #5950C0. Grayscale: #9F9F9F. Windows color (decimal): -5853377 or 4173734. OLE color: 4173734.
HSL color Cylindrical-coordinate representation of color #A6AF3F: hue angle of 64.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6AF3F is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 63 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.31 |
| HSL | 64.82º | 0.47% | 0.47% | - |
| HSV(B) | 64.82º | 0.64% | 0.69% | - |
| XYZ | 31.95 | 39.13 | 10.57 | - |
| YUV | 159.54 | 73.52 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 63 | 0.05 | 0 | 0.64 | 0.31 | 64.82 | 0.47 | 0.47 |
| Hex | A6 | AF | 3F | 5 | 0 | 40 | 1F | 41 | 2F | 2F |
| Octal | 246 | 257 | 77 | 5 | 0 | 100 | 37 | 101 | 57 | 57 |
| Binary | 10100110 | 10101111 | 111111 | 101 | 0 | 1000000 | 11111 | 1000001 | 101111 | 101111 |
Color Harmonies of #A6AF3F
Complementary color
Monochromatic Colors of #A6AF3F
Black with #A6AF3F
Text Example
Text Example
White with #A6AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF3F; }
p { color: rgb(166,175,63); }
H1.HeaderClassName
{
color: #A6AF3F;
}
.AnyTagClassName
{
color: #A6AF3F;
}
</style>
background-color css
<style>
a { background-color: #A6AF3F; }
a { background-color: rgb(166,175,63); }
div.DivClassName
{
background-color: #A6AF3F;
}
.BgClassName
{
background-color: #A6AF3F;
}
</style>
border-color css
<style>
span { border-color: #A6AF3F; }
span { border-color: rgb(166,175,63); }
td.TdClassName
{
border-color: #A6AF3F;
}
.TagClassName
{
border-color: #A6AF3F;
}
</style>