Shades of Brass #ABA844
Tints of Brass #ABA844
RGB
CMYK
RGB Variations
Color information
#ABA844 (or 0xABA844) is known color: Brass. HEX triplet: AB, A8 and 44. RGB value is (171,168,68). Sum of RGB (Red+Green+Blue) = 171+168+68=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA844 is #5457BB. Grayscale: #9D9D9D. Windows color (decimal): -5527484 or 4499627. OLE color: 4499627.
HSL color Cylindrical-coordinate representation of color #ABA844: hue angle of 58.25º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA844 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 68 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.33 |
| HSL | 58.25º | 0.43% | 0.47% | - |
| HSV(B) | 58.25º | 0.6% | 0.67% | - |
| XYZ | 31.84 | 37.08 | 10.95 | - |
| YUV | 157.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 68 | 0 | 0.02 | 0.60 | 0.33 | 58.25 | 0.43 | 0.47 |
| Hex | AB | A8 | 44 | 0 | 2 | 3C | 21 | 3A | 2B | 2F |
| Octal | 253 | 250 | 104 | 0 | 2 | 74 | 41 | 72 | 53 | 57 |
| Binary | 10101011 | 10101000 | 1000100 | 0 | 10 | 111100 | 100001 | 111010 | 101011 | 101111 |
Color Harmonies of #ABA844
Complementary color
Monochromatic Colors of #ABA844
Black with #ABA844
Text Example
Text Example
White with #ABA844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA844; }
p { color: rgb(171,168,68); }
H1.HeaderClassName
{
color: #ABA844;
}
.AnyTagClassName
{
color: #ABA844;
}
</style>
background-color css
<style>
a { background-color: #ABA844; }
a { background-color: rgb(171,168,68); }
div.DivClassName
{
background-color: #ABA844;
}
.BgClassName
{
background-color: #ABA844;
}
</style>
border-color css
<style>
span { border-color: #ABA844; }
span { border-color: rgb(171,168,68); }
td.TdClassName
{
border-color: #ABA844;
}
.TagClassName
{
border-color: #ABA844;
}
</style>