Shades of Brass #A6AB3E
Tints of Brass #A6AB3E
RGB
CMYK
RGB Variations
Color information
#A6AB3E (or 0xA6AB3E) is known color: Brass. HEX triplet: A6, AB and 3E. RGB value is (166,171,62). Sum of RGB (Red+Green+Blue) = 166+171+62=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AB3E is #5954C1. Grayscale: #9D9D9D. Windows color (decimal): -5854402 or 4107174. OLE color: 4107174.
HSL color Cylindrical-coordinate representation of color #A6AB3E: hue angle of 62.75º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6AB3E is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 62 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.33 |
| HSL | 62.75º | 0.47% | 0.46% | - |
| HSV(B) | 62.75º | 0.64% | 0.67% | - |
| XYZ | 31.16 | 37.58 | 10.17 | - |
| YUV | 157.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 62 | 0.03 | 0 | 0.64 | 0.33 | 62.75 | 0.47 | 0.46 |
| Hex | A6 | AB | 3E | 3 | 0 | 40 | 21 | 3F | 2F | 2E |
| Octal | 246 | 253 | 76 | 3 | 0 | 100 | 41 | 77 | 57 | 56 |
| Binary | 10100110 | 10101011 | 111110 | 11 | 0 | 1000000 | 100001 | 111111 | 101111 | 101110 |
Color Harmonies of #A6AB3E
Complementary color
Monochromatic Colors of #A6AB3E
Black with #A6AB3E
Text Example
Text Example
White with #A6AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB3E; }
p { color: rgb(166,171,62); }
H1.HeaderClassName
{
color: #A6AB3E;
}
.AnyTagClassName
{
color: #A6AB3E;
}
</style>
background-color css
<style>
a { background-color: #A6AB3E; }
a { background-color: rgb(166,171,62); }
div.DivClassName
{
background-color: #A6AB3E;
}
.BgClassName
{
background-color: #A6AB3E;
}
</style>
border-color css
<style>
span { border-color: #A6AB3E; }
span { border-color: rgb(166,171,62); }
td.TdClassName
{
border-color: #A6AB3E;
}
.TagClassName
{
border-color: #A6AB3E;
}
</style>