Shades of Brass #A6A741
Tints of Brass #A6A741
RGB
CMYK
RGB Variations
Color information
#A6A741 (or 0xA6A741) is known color: Brass. HEX triplet: A6, A7 and 41. RGB value is (166,167,65). Sum of RGB (Red+Green+Blue) = 166+167+65=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A741 is #5958BE. Grayscale: #9B9B9B. Windows color (decimal): -5855423 or 4302758. OLE color: 4302758.
HSL color Cylindrical-coordinate representation of color #A6A741: hue angle of 60.59º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6A741 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 65 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.35 |
| HSL | 60.59º | 0.44% | 0.45% | - |
| HSV(B) | 60.59º | 0.61% | 0.65% | - |
| XYZ | 30.5 | 36.13 | 10.37 | - |
| YUV | 155.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 65 | 0.01 | 0 | 0.61 | 0.35 | 60.59 | 0.44 | 0.45 |
| Hex | A6 | A7 | 41 | 1 | 0 | 3D | 23 | 3D | 2C | 2D |
| Octal | 246 | 247 | 101 | 1 | 0 | 75 | 43 | 75 | 54 | 55 |
| Binary | 10100110 | 10100111 | 1000001 | 1 | 0 | 111101 | 100011 | 111101 | 101100 | 101101 |
Color Harmonies of #A6A741
Complementary color
Monochromatic Colors of #A6A741
Black with #A6A741
Text Example
Text Example
White with #A6A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A741; }
p { color: rgb(166,167,65); }
H1.HeaderClassName
{
color: #A6A741;
}
.AnyTagClassName
{
color: #A6A741;
}
</style>
background-color css
<style>
a { background-color: #A6A741; }
a { background-color: rgb(166,167,65); }
div.DivClassName
{
background-color: #A6A741;
}
.BgClassName
{
background-color: #A6A741;
}
</style>
border-color css
<style>
span { border-color: #A6A741; }
span { border-color: rgb(166,167,65); }
td.TdClassName
{
border-color: #A6A741;
}
.TagClassName
{
border-color: #A6A741;
}
</style>