Shades of Brass #ABA14D
Tints of Brass #ABA14D
RGB
CMYK
RGB Variations
Color information
#ABA14D (or 0xABA14D) is known color: Brass. HEX triplet: AB, A1 and 4D. RGB value is (171,161,77). Sum of RGB (Red+Green+Blue) = 171+161+77=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA14D is #545EB2. Grayscale: #9A9A9A. Windows color (decimal): -5529267 or 5087659. OLE color: 5087659.
HSL color Cylindrical-coordinate representation of color #ABA14D: hue angle of 53.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABA14D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 77 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.33 |
| HSL | 53.62º | 0.38% | 0.49% | - |
| HSV(B) | 53.62º | 0.55% | 0.67% | - |
| XYZ | 30.88 | 34.68 | 12.09 | - |
| YUV | 154.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 77 | 0 | 0.06 | 0.55 | 0.33 | 53.62 | 0.38 | 0.49 |
| Hex | AB | A1 | 4D | 0 | 6 | 37 | 21 | 36 | 26 | 31 |
| Octal | 253 | 241 | 115 | 0 | 6 | 67 | 41 | 66 | 46 | 61 |
| Binary | 10101011 | 10100001 | 1001101 | 0 | 110 | 110111 | 100001 | 110110 | 100110 | 110001 |
Color Harmonies of #ABA14D
Complementary color
Monochromatic Colors of #ABA14D
Black with #ABA14D
Text Example
Text Example
White with #ABA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA14D; }
p { color: rgb(171,161,77); }
H1.HeaderClassName
{
color: #ABA14D;
}
.AnyTagClassName
{
color: #ABA14D;
}
</style>
background-color css
<style>
a { background-color: #ABA14D; }
a { background-color: rgb(171,161,77); }
div.DivClassName
{
background-color: #ABA14D;
}
.BgClassName
{
background-color: #ABA14D;
}
</style>
border-color css
<style>
span { border-color: #ABA14D; }
span { border-color: rgb(171,161,77); }
td.TdClassName
{
border-color: #ABA14D;
}
.TagClassName
{
border-color: #ABA14D;
}
</style>