Shades of Brass #ABAC41
Tints of Brass #ABAC41
RGB
CMYK
RGB Variations
Color information
#ABAC41 (or 0xABAC41) is known color: Brass. HEX triplet: AB, AC and 41. RGB value is (171,172,65). Sum of RGB (Red+Green+Blue) = 171+172+65=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC41 is #5453BE. Grayscale: #9F9F9F. Windows color (decimal): -5526463 or 4304043. OLE color: 4304043.
HSL color Cylindrical-coordinate representation of color #ABAC41: hue angle of 60.56º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABAC41 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 65 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.33 |
| HSL | 60.56º | 0.45% | 0.46% | - |
| HSV(B) | 60.56º | 0.62% | 0.67% | - |
| XYZ | 32.5 | 38.54 | 10.73 | - |
| YUV | 159.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 65 | 0.01 | 0 | 0.62 | 0.33 | 60.56 | 0.45 | 0.46 |
| Hex | AB | AC | 41 | 1 | 0 | 3E | 21 | 3D | 2D | 2E |
| Octal | 253 | 254 | 101 | 1 | 0 | 76 | 41 | 75 | 55 | 56 |
| Binary | 10101011 | 10101100 | 1000001 | 1 | 0 | 111110 | 100001 | 111101 | 101101 | 101110 |
Color Harmonies of #ABAC41
Complementary color
Monochromatic Colors of #ABAC41
Black with #ABAC41
Text Example
Text Example
White with #ABAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC41; }
p { color: rgb(171,172,65); }
H1.HeaderClassName
{
color: #ABAC41;
}
.AnyTagClassName
{
color: #ABAC41;
}
</style>
background-color css
<style>
a { background-color: #ABAC41; }
a { background-color: rgb(171,172,65); }
div.DivClassName
{
background-color: #ABAC41;
}
.BgClassName
{
background-color: #ABAC41;
}
</style>
border-color css
<style>
span { border-color: #ABAC41; }
span { border-color: rgb(171,172,65); }
td.TdClassName
{
border-color: #ABAC41;
}
.TagClassName
{
border-color: #ABAC41;
}
</style>