Shades of Brass #ABA934
Tints of Brass #ABA934
RGB
CMYK
RGB Variations
Color information
#ABA934 (or 0xABA934) is known color: Brass. HEX triplet: AB, A9 and 34. RGB value is (171,169,52). Sum of RGB (Red+Green+Blue) = 171+169+52=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA934 is #5456CB. Grayscale: #9C9C9C. Windows color (decimal): -5527244 or 3451307. OLE color: 3451307.
HSL color Cylindrical-coordinate representation of color #ABA934: hue angle of 58.99º degrees, saturation: 0.53, 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 #ABA934 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 52 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.33 |
| HSL | 58.99º | 0.53% | 0.44% | - |
| HSV(B) | 58.99º | 0.7% | 0.67% | - |
| XYZ | 31.6 | 37.28 | 8.78 | - |
| YUV | 156.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 52 | 0 | 0.01 | 0.70 | 0.33 | 58.99 | 0.53 | 0.44 |
| Hex | AB | A9 | 34 | 0 | 1 | 46 | 21 | 3B | 35 | 2C |
| Octal | 253 | 251 | 64 | 0 | 1 | 106 | 41 | 73 | 65 | 54 |
| Binary | 10101011 | 10101001 | 110100 | 0 | 1 | 1000110 | 100001 | 111011 | 110101 | 101100 |
Color Harmonies of #ABA934
Complementary color
Monochromatic Colors of #ABA934
Black with #ABA934
Text Example
Text Example
White with #ABA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA934; }
p { color: rgb(171,169,52); }
H1.HeaderClassName
{
color: #ABA934;
}
.AnyTagClassName
{
color: #ABA934;
}
</style>
background-color css
<style>
a { background-color: #ABA934; }
a { background-color: rgb(171,169,52); }
div.DivClassName
{
background-color: #ABA934;
}
.BgClassName
{
background-color: #ABA934;
}
</style>
border-color css
<style>
span { border-color: #ABA934; }
span { border-color: rgb(171,169,52); }
td.TdClassName
{
border-color: #ABA934;
}
.TagClassName
{
border-color: #ABA934;
}
</style>