Shades of Brass #A0AB39
Tints of Brass #A0AB39
RGB
CMYK
RGB Variations
Color information
#A0AB39 (or 0xA0AB39) is known color: Brass. HEX triplet: A0, AB and 39. RGB value is (160,171,57). Sum of RGB (Red+Green+Blue) = 160+171+57=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB39 is #5F54C6. Grayscale: #9B9B9B. Windows color (decimal): -6247623 or 3779488. OLE color: 3779488.
HSL color Cylindrical-coordinate representation of color #A0AB39: hue angle of 65.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0AB39 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 57 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.33 |
| HSL | 65.79º | 0.5% | 0.45% | - |
| HSV(B) | 65.79º | 0.67% | 0.67% | - |
| XYZ | 29.8 | 36.89 | 9.42 | - |
| YUV | 154.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 57 | 0.06 | 0 | 0.67 | 0.33 | 65.79 | 0.5 | 0.45 |
| Hex | A0 | AB | 39 | 6 | 0 | 43 | 21 | 42 | 32 | 2D |
| Octal | 240 | 253 | 71 | 6 | 0 | 103 | 41 | 102 | 62 | 55 |
| Binary | 10100000 | 10101011 | 111001 | 110 | 0 | 1000011 | 100001 | 1000010 | 110010 | 101101 |
Color Harmonies of #A0AB39
Complementary color
Monochromatic Colors of #A0AB39
Black with #A0AB39
Text Example
Text Example
White with #A0AB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB39; }
p { color: rgb(160,171,57); }
H1.HeaderClassName
{
color: #A0AB39;
}
.AnyTagClassName
{
color: #A0AB39;
}
</style>
background-color css
<style>
a { background-color: #A0AB39; }
a { background-color: rgb(160,171,57); }
div.DivClassName
{
background-color: #A0AB39;
}
.BgClassName
{
background-color: #A0AB39;
}
</style>
border-color css
<style>
span { border-color: #A0AB39; }
span { border-color: rgb(160,171,57); }
td.TdClassName
{
border-color: #A0AB39;
}
.TagClassName
{
border-color: #A0AB39;
}
</style>