Shades of Brass #ABA14C
Tints of Brass #ABA14C
RGB
CMYK
RGB Variations
Color information
#ABA14C (or 0xABA14C) is known color: Brass. HEX triplet: AB, A1 and 4C. RGB value is (171,161,76). Sum of RGB (Red+Green+Blue) = 171+161+76=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA14C is #545EB3. Grayscale: #9A9A9A. Windows color (decimal): -5529268 or 5022123. OLE color: 5022123.
HSL color Cylindrical-coordinate representation of color #ABA14C: hue angle of 53.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABA14C is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 76 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.33 |
| HSL | 53.68º | 0.38% | 0.48% | - |
| HSV(B) | 53.68º | 0.56% | 0.67% | - |
| XYZ | 30.84 | 34.67 | 11.9 | - |
| YUV | 154.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 76 | 0 | 0.06 | 0.56 | 0.33 | 53.68 | 0.38 | 0.48 |
| Hex | AB | A1 | 4C | 0 | 6 | 38 | 21 | 36 | 26 | 30 |
| Octal | 253 | 241 | 114 | 0 | 6 | 70 | 41 | 66 | 46 | 60 |
| Binary | 10101011 | 10100001 | 1001100 | 0 | 110 | 111000 | 100001 | 110110 | 100110 | 110000 |
Color Harmonies of #ABA14C
Complementary color
Monochromatic Colors of #ABA14C
Black with #ABA14C
Text Example
Text Example
White with #ABA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA14C; }
p { color: rgb(171,161,76); }
H1.HeaderClassName
{
color: #ABA14C;
}
.AnyTagClassName
{
color: #ABA14C;
}
</style>
background-color css
<style>
a { background-color: #ABA14C; }
a { background-color: rgb(171,161,76); }
div.DivClassName
{
background-color: #ABA14C;
}
.BgClassName
{
background-color: #ABA14C;
}
</style>
border-color css
<style>
span { border-color: #ABA14C; }
span { border-color: rgb(171,161,76); }
td.TdClassName
{
border-color: #ABA14C;
}
.TagClassName
{
border-color: #ABA14C;
}
</style>