Shades of Brass #A69F46
Tints of Brass #A69F46
RGB
CMYK
RGB Variations
Color information
#A69F46 (or 0xA69F46) is known color: Brass. HEX triplet: A6, 9F and 46. RGB value is (166,159,70). Sum of RGB (Red+Green+Blue) = 166+159+70=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69F46 is #5960B9. Grayscale: #979797. Windows color (decimal): -5857466 or 4628390. OLE color: 4628390.
HSL color Cylindrical-coordinate representation of color #A69F46: hue angle of 55.62º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A69F46 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 70 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.35 |
| HSL | 55.63º | 0.41% | 0.46% | - |
| HSV(B) | 55.63º | 0.58% | 0.65% | - |
| XYZ | 29.23 | 33.35 | 10.69 | - |
| YUV | 150.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 70 | 0 | 0.04 | 0.58 | 0.35 | 55.63 | 0.41 | 0.46 |
| Hex | A6 | 9F | 46 | 0 | 4 | 3A | 23 | 38 | 29 | 2E |
| Octal | 246 | 237 | 106 | 0 | 4 | 72 | 43 | 70 | 51 | 56 |
| Binary | 10100110 | 10011111 | 1000110 | 0 | 100 | 111010 | 100011 | 111000 | 101001 | 101110 |
Color Harmonies of #A69F46
Complementary color
Monochromatic Colors of #A69F46
Black with #A69F46
Text Example
Text Example
White with #A69F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F46; }
p { color: rgb(166,159,70); }
H1.HeaderClassName
{
color: #A69F46;
}
.AnyTagClassName
{
color: #A69F46;
}
</style>
background-color css
<style>
a { background-color: #A69F46; }
a { background-color: rgb(166,159,70); }
div.DivClassName
{
background-color: #A69F46;
}
.BgClassName
{
background-color: #A69F46;
}
</style>
border-color css
<style>
span { border-color: #A69F46; }
span { border-color: rgb(166,159,70); }
td.TdClassName
{
border-color: #A69F46;
}
.TagClassName
{
border-color: #A69F46;
}
</style>