Shades of Brass #A6B136
Tints of Brass #A6B136
RGB
CMYK
RGB Variations
Color information
#A6B136 (or 0xA6B136) is known color: Brass. HEX triplet: A6, B1 and 36. RGB value is (166,177,54). Sum of RGB (Red+Green+Blue) = 166+177+54=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B136 is #594EC9. Grayscale: #A0A0A0. Windows color (decimal): -5852874 or 3584422. OLE color: 3584422.
HSL color Cylindrical-coordinate representation of color #A6B136: hue angle of 65.37º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6B136 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 54 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.31 |
| HSL | 65.37º | 0.53% | 0.45% | - |
| HSV(B) | 65.37º | 0.69% | 0.69% | - |
| XYZ | 32.11 | 39.82 | 9.48 | - |
| YUV | 159.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 54 | 0.06 | 0 | 0.69 | 0.31 | 65.37 | 0.53 | 0.45 |
| Hex | A6 | B1 | 36 | 6 | 0 | 45 | 1F | 41 | 35 | 2D |
| Octal | 246 | 261 | 66 | 6 | 0 | 105 | 37 | 101 | 65 | 55 |
| Binary | 10100110 | 10110001 | 110110 | 110 | 0 | 1000101 | 11111 | 1000001 | 110101 | 101101 |
Color Harmonies of #A6B136
Complementary color
Monochromatic Colors of #A6B136
Black with #A6B136
Text Example
Text Example
White with #A6B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B136; }
p { color: rgb(166,177,54); }
H1.HeaderClassName
{
color: #A6B136;
}
.AnyTagClassName
{
color: #A6B136;
}
</style>
background-color css
<style>
a { background-color: #A6B136; }
a { background-color: rgb(166,177,54); }
div.DivClassName
{
background-color: #A6B136;
}
.BgClassName
{
background-color: #A6B136;
}
</style>
border-color css
<style>
span { border-color: #A6B136; }
span { border-color: rgb(166,177,54); }
td.TdClassName
{
border-color: #A6B136;
}
.TagClassName
{
border-color: #A6B136;
}
</style>