Shades of Brass #ABAC4A
Tints of Brass #ABAC4A
RGB
CMYK
RGB Variations
Color information
#ABAC4A (or 0xABAC4A) is known color: Brass. HEX triplet: AB, AC and 4A. RGB value is (171,172,74). Sum of RGB (Red+Green+Blue) = 171+172+74=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC4A is #5453B5. Grayscale: #A0A0A0. Windows color (decimal): -5526454 or 4893867. OLE color: 4893867.
HSL color Cylindrical-coordinate representation of color #ABAC4A: hue angle of 60.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABAC4A is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 74 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.33 |
| HSL | 60.61º | 0.4% | 0.48% | - |
| HSV(B) | 60.61º | 0.57% | 0.67% | - |
| XYZ | 32.78 | 38.66 | 12.21 | - |
| YUV | 160.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 74 | 0.01 | 0 | 0.57 | 0.33 | 60.61 | 0.4 | 0.48 |
| Hex | AB | AC | 4A | 1 | 0 | 39 | 21 | 3D | 28 | 30 |
| Octal | 253 | 254 | 112 | 1 | 0 | 71 | 41 | 75 | 50 | 60 |
| Binary | 10101011 | 10101100 | 1001010 | 1 | 0 | 111001 | 100001 | 111101 | 101000 | 110000 |
Color Harmonies of #ABAC4A
Complementary color
Monochromatic Colors of #ABAC4A
Black with #ABAC4A
Text Example
Text Example
White with #ABAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC4A; }
p { color: rgb(171,172,74); }
H1.HeaderClassName
{
color: #ABAC4A;
}
.AnyTagClassName
{
color: #ABAC4A;
}
</style>
background-color css
<style>
a { background-color: #ABAC4A; }
a { background-color: rgb(171,172,74); }
div.DivClassName
{
background-color: #ABAC4A;
}
.BgClassName
{
background-color: #ABAC4A;
}
</style>
border-color css
<style>
span { border-color: #ABAC4A; }
span { border-color: rgb(171,172,74); }
td.TdClassName
{
border-color: #ABAC4A;
}
.TagClassName
{
border-color: #ABAC4A;
}
</style>