Shades of Brass #ABA344
Tints of Brass #ABA344
RGB
CMYK
RGB Variations
Color information
#ABA344 (or 0xABA344) is known color: Brass. HEX triplet: AB, A3 and 44. RGB value is (171,163,68). Sum of RGB (Red+Green+Blue) = 171+163+68=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA344 is #545CBB. Grayscale: #9A9A9A. Windows color (decimal): -5528764 or 4498347. OLE color: 4498347.
HSL color Cylindrical-coordinate representation of color #ABA344: hue angle of 55.34º 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 #ABA344 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 68 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.33 |
| HSL | 55.34º | 0.43% | 0.47% | - |
| HSV(B) | 55.34º | 0.6% | 0.67% | - |
| XYZ | 30.94 | 35.27 | 10.65 | - |
| YUV | 154.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 68 | 0 | 0.05 | 0.60 | 0.33 | 55.34 | 0.43 | 0.47 |
| Hex | AB | A3 | 44 | 0 | 5 | 3C | 21 | 37 | 2B | 2F |
| Octal | 253 | 243 | 104 | 0 | 5 | 74 | 41 | 67 | 53 | 57 |
| Binary | 10101011 | 10100011 | 1000100 | 0 | 101 | 111100 | 100001 | 110111 | 101011 | 101111 |
Color Harmonies of #ABA344
Complementary color
Monochromatic Colors of #ABA344
Black with #ABA344
Text Example
Text Example
White with #ABA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA344; }
p { color: rgb(171,163,68); }
H1.HeaderClassName
{
color: #ABA344;
}
.AnyTagClassName
{
color: #ABA344;
}
</style>
background-color css
<style>
a { background-color: #ABA344; }
a { background-color: rgb(171,163,68); }
div.DivClassName
{
background-color: #ABA344;
}
.BgClassName
{
background-color: #ABA344;
}
</style>
border-color css
<style>
span { border-color: #ABA344; }
span { border-color: rgb(171,163,68); }
td.TdClassName
{
border-color: #ABA344;
}
.TagClassName
{
border-color: #ABA344;
}
</style>