Shades of Brass #A6A13A
Tints of Brass #A6A13A
RGB
CMYK
RGB Variations
Color information
#A6A13A (or 0xA6A13A) is known color: Brass. HEX triplet: A6, A1 and 3A. RGB value is (166,161,58). Sum of RGB (Red+Green+Blue) = 166+161+58=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A13A is #595EC5. Grayscale: #979797. Windows color (decimal): -5856966 or 3842470. OLE color: 3842470.
HSL color Cylindrical-coordinate representation of color #A6A13A: hue angle of 57.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6A13A is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 58 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.35 |
| HSL | 57.22º | 0.48% | 0.44% | - |
| HSV(B) | 57.22º | 0.65% | 0.65% | - |
| XYZ | 29.23 | 33.9 | 9.01 | - |
| YUV | 150.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 58 | 0 | 0.03 | 0.65 | 0.35 | 57.22 | 0.48 | 0.44 |
| Hex | A6 | A1 | 3A | 0 | 3 | 41 | 23 | 39 | 30 | 2C |
| Octal | 246 | 241 | 72 | 0 | 3 | 101 | 43 | 71 | 60 | 54 |
| Binary | 10100110 | 10100001 | 111010 | 0 | 11 | 1000001 | 100011 | 111001 | 110000 | 101100 |
Color Harmonies of #A6A13A
Complementary color
Monochromatic Colors of #A6A13A
Black with #A6A13A
Text Example
Text Example
White with #A6A13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A13A; }
p { color: rgb(166,161,58); }
H1.HeaderClassName
{
color: #A6A13A;
}
.AnyTagClassName
{
color: #A6A13A;
}
</style>
background-color css
<style>
a { background-color: #A6A13A; }
a { background-color: rgb(166,161,58); }
div.DivClassName
{
background-color: #A6A13A;
}
.BgClassName
{
background-color: #A6A13A;
}
</style>
border-color css
<style>
span { border-color: #A6A13A; }
span { border-color: rgb(166,161,58); }
td.TdClassName
{
border-color: #A6A13A;
}
.TagClassName
{
border-color: #A6A13A;
}
</style>