Shades of Brass #ABA93B
Tints of Brass #ABA93B
RGB
CMYK
RGB Variations
Color information
#ABA93B (or 0xABA93B) is known color: Brass. HEX triplet: AB, A9 and 3B. RGB value is (171,169,59). Sum of RGB (Red+Green+Blue) = 171+169+59=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA93B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA93B is #5456C4. Grayscale: #9D9D9D. Windows color (decimal): -5527237 or 3910059. OLE color: 3910059.
HSL color Cylindrical-coordinate representation of color #ABA93B: hue angle of 58.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABA93B is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 59 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.33 |
| HSL | 58.93º | 0.49% | 0.45% | - |
| HSV(B) | 58.93º | 0.65% | 0.67% | - |
| XYZ | 31.77 | 37.35 | 9.67 | - |
| YUV | 157.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 59 | 0 | 0.01 | 0.65 | 0.33 | 58.93 | 0.49 | 0.45 |
| Hex | AB | A9 | 3B | 0 | 1 | 41 | 21 | 3B | 31 | 2D |
| Octal | 253 | 251 | 73 | 0 | 1 | 101 | 41 | 73 | 61 | 55 |
| Binary | 10101011 | 10101001 | 111011 | 0 | 1 | 1000001 | 100001 | 111011 | 110001 | 101101 |
Color Harmonies of #ABA93B
Complementary color
Monochromatic Colors of #ABA93B
Black with #ABA93B
Text Example
Text Example
White with #ABA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA93B; }
p { color: rgb(171,169,59); }
H1.HeaderClassName
{
color: #ABA93B;
}
.AnyTagClassName
{
color: #ABA93B;
}
</style>
background-color css
<style>
a { background-color: #ABA93B; }
a { background-color: rgb(171,169,59); }
div.DivClassName
{
background-color: #ABA93B;
}
.BgClassName
{
background-color: #ABA93B;
}
</style>
border-color css
<style>
span { border-color: #ABA93B; }
span { border-color: rgb(171,169,59); }
td.TdClassName
{
border-color: #ABA93B;
}
.TagClassName
{
border-color: #ABA93B;
}
</style>