Shades of Brass #ABA033
Tints of Brass #ABA033
RGB
CMYK
RGB Variations
Color information
#ABA033 (or 0xABA033) is known color: Brass. HEX triplet: AB, A0 and 33. RGB value is (171,160,51). Sum of RGB (Red+Green+Blue) = 171+160+51=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA033 is #545FCC. Grayscale: #979797. Windows color (decimal): -5529549 or 3383467. OLE color: 3383467.
HSL color Cylindrical-coordinate representation of color #ABA033: hue angle of 54.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABA033 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 51 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.33 |
| HSL | 54.5º | 0.54% | 0.44% | - |
| HSV(B) | 54.5º | 0.7% | 0.67% | - |
| XYZ | 29.96 | 34.04 | 8.12 | - |
| YUV | 150.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 51 | 0 | 0.06 | 0.70 | 0.33 | 54.5 | 0.54 | 0.44 |
| Hex | AB | A0 | 33 | 0 | 6 | 46 | 21 | 36 | 36 | 2C |
| Octal | 253 | 240 | 63 | 0 | 6 | 106 | 41 | 66 | 66 | 54 |
| Binary | 10101011 | 10100000 | 110011 | 0 | 110 | 1000110 | 100001 | 110110 | 110110 | 101100 |
Color Harmonies of #ABA033
Complementary color
Monochromatic Colors of #ABA033
Black with #ABA033
Text Example
Text Example
White with #ABA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA033; }
p { color: rgb(171,160,51); }
H1.HeaderClassName
{
color: #ABA033;
}
.AnyTagClassName
{
color: #ABA033;
}
</style>
background-color css
<style>
a { background-color: #ABA033; }
a { background-color: rgb(171,160,51); }
div.DivClassName
{
background-color: #ABA033;
}
.BgClassName
{
background-color: #ABA033;
}
</style>
border-color css
<style>
span { border-color: #ABA033; }
span { border-color: rgb(171,160,51); }
td.TdClassName
{
border-color: #ABA033;
}
.TagClassName
{
border-color: #ABA033;
}
</style>