Shades of Brass #ABA33A
Tints of Brass #ABA33A
RGB
CMYK
RGB Variations
Color information
#ABA33A (or 0xABA33A) is known color: Brass. HEX triplet: AB, A3 and 3A. RGB value is (171,163,58). Sum of RGB (Red+Green+Blue) = 171+163+58=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA33A is #545CC5. Grayscale: #999999. Windows color (decimal): -5528774 or 3842987. OLE color: 3842987.
HSL color Cylindrical-coordinate representation of color #ABA33A: hue angle of 55.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABA33A is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 58 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.33 |
| HSL | 55.75º | 0.49% | 0.45% | - |
| HSV(B) | 55.75º | 0.66% | 0.67% | - |
| XYZ | 30.66 | 35.16 | 9.17 | - |
| YUV | 153.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 58 | 0 | 0.05 | 0.66 | 0.33 | 55.75 | 0.49 | 0.45 |
| Hex | AB | A3 | 3A | 0 | 5 | 42 | 21 | 38 | 31 | 2D |
| Octal | 253 | 243 | 72 | 0 | 5 | 102 | 41 | 70 | 61 | 55 |
| Binary | 10101011 | 10100011 | 111010 | 0 | 101 | 1000010 | 100001 | 111000 | 110001 | 101101 |
Color Harmonies of #ABA33A
Complementary color
Monochromatic Colors of #ABA33A
Black with #ABA33A
Text Example
Text Example
White with #ABA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA33A; }
p { color: rgb(171,163,58); }
H1.HeaderClassName
{
color: #ABA33A;
}
.AnyTagClassName
{
color: #ABA33A;
}
</style>
background-color css
<style>
a { background-color: #ABA33A; }
a { background-color: rgb(171,163,58); }
div.DivClassName
{
background-color: #ABA33A;
}
.BgClassName
{
background-color: #ABA33A;
}
</style>
border-color css
<style>
span { border-color: #ABA33A; }
span { border-color: rgb(171,163,58); }
td.TdClassName
{
border-color: #ABA33A;
}
.TagClassName
{
border-color: #ABA33A;
}
</style>