Shades of Brass #ABAC3A
Tints of Brass #ABAC3A
RGB
CMYK
RGB Variations
Color information
#ABAC3A (or 0xABAC3A) is known color: Brass. HEX triplet: AB, AC and 3A. RGB value is (171,172,58). Sum of RGB (Red+Green+Blue) = 171+172+58=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC3A is #5453C5. Grayscale: #9F9F9F. Windows color (decimal): -5526470 or 3845291. OLE color: 3845291.
HSL color Cylindrical-coordinate representation of color #ABAC3A: hue angle of 60.53º degrees, saturation: 0.5, 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 #ABAC3A is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 58 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.33 |
| HSL | 60.53º | 0.5% | 0.45% | - |
| HSV(B) | 60.53º | 0.66% | 0.67% | - |
| XYZ | 32.31 | 38.47 | 9.73 | - |
| YUV | 158.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 58 | 0.01 | 0 | 0.66 | 0.33 | 60.53 | 0.5 | 0.45 |
| Hex | AB | AC | 3A | 1 | 0 | 42 | 21 | 3D | 32 | 2D |
| Octal | 253 | 254 | 72 | 1 | 0 | 102 | 41 | 75 | 62 | 55 |
| Binary | 10101011 | 10101100 | 111010 | 1 | 0 | 1000010 | 100001 | 111101 | 110010 | 101101 |
Color Harmonies of #ABAC3A
Complementary color
Monochromatic Colors of #ABAC3A
Black with #ABAC3A
Text Example
Text Example
White with #ABAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC3A; }
p { color: rgb(171,172,58); }
H1.HeaderClassName
{
color: #ABAC3A;
}
.AnyTagClassName
{
color: #ABAC3A;
}
</style>
background-color css
<style>
a { background-color: #ABAC3A; }
a { background-color: rgb(171,172,58); }
div.DivClassName
{
background-color: #ABAC3A;
}
.BgClassName
{
background-color: #ABAC3A;
}
</style>
border-color css
<style>
span { border-color: #ABAC3A; }
span { border-color: rgb(171,172,58); }
td.TdClassName
{
border-color: #ABAC3A;
}
.TagClassName
{
border-color: #ABAC3A;
}
</style>