Shades of Brass #A8B139
Tints of Brass #A8B139
RGB
CMYK
RGB Variations
Color information
#A8B139 (or 0xA8B139) is known color: Brass. HEX triplet: A8, B1 and 39. RGB value is (168,177,57). Sum of RGB (Red+Green+Blue) = 168+177+57=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B139 is #574EC6. Grayscale: #A1A1A1. Windows color (decimal): -5721799 or 3781032. OLE color: 3781032.
HSL color Cylindrical-coordinate representation of color #A8B139: hue angle of 64.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8B139 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 57 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.31 |
| HSL | 64.5º | 0.51% | 0.46% | - |
| HSV(B) | 64.5º | 0.68% | 0.69% | - |
| XYZ | 32.61 | 40.06 | 9.89 | - |
| YUV | 160.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 57 | 0.05 | 0 | 0.68 | 0.31 | 64.5 | 0.51 | 0.46 |
| Hex | A8 | B1 | 39 | 5 | 0 | 44 | 1F | 40 | 33 | 2E |
| Octal | 250 | 261 | 71 | 5 | 0 | 104 | 37 | 100 | 63 | 56 |
| Binary | 10101000 | 10110001 | 111001 | 101 | 0 | 1000100 | 11111 | 1000000 | 110011 | 101110 |
Color Harmonies of #A8B139
Complementary color
Monochromatic Colors of #A8B139
Black with #A8B139
Text Example
Text Example
White with #A8B139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B139; }
p { color: rgb(168,177,57); }
H1.HeaderClassName
{
color: #A8B139;
}
.AnyTagClassName
{
color: #A8B139;
}
</style>
background-color css
<style>
a { background-color: #A8B139; }
a { background-color: rgb(168,177,57); }
div.DivClassName
{
background-color: #A8B139;
}
.BgClassName
{
background-color: #A8B139;
}
</style>
border-color css
<style>
span { border-color: #A8B139; }
span { border-color: rgb(168,177,57); }
td.TdClassName
{
border-color: #A8B139;
}
.TagClassName
{
border-color: #A8B139;
}
</style>