Shades of Brass #ABAB4D
Tints of Brass #ABAB4D
RGB
CMYK
RGB Variations
Color information
#ABAB4D (or 0xABAB4D) is known color: Brass. HEX triplet: AB, AB and 4D. RGB value is (171,171,77). Sum of RGB (Red+Green+Blue) = 171+171+77=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB4D is #5454B2. Grayscale: #A0A0A0. Windows color (decimal): -5526707 or 5090219. OLE color: 5090219.
HSL color Cylindrical-coordinate representation of color #ABAB4D: hue angle of 60º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABAB4D is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 77 | - |
| CMYK | 0 | 0 | 0.55 | 0.33 |
| HSL | 60º | 0.38% | 0.49% | - |
| HSV(B) | 60º | 0.55% | 0.67% | - |
| XYZ | 32.7 | 38.32 | 12.69 | - |
| YUV | 160.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 77 | 0 | 0 | 0.55 | 0.33 | 60 | 0.38 | 0.49 |
| Hex | AB | AB | 4D | 0 | 0 | 37 | 21 | 3C | 26 | 31 |
| Octal | 253 | 253 | 115 | 0 | 0 | 67 | 41 | 74 | 46 | 61 |
| Binary | 10101011 | 10101011 | 1001101 | 0 | 0 | 110111 | 100001 | 111100 | 100110 | 110001 |
Color Harmonies of #ABAB4D
Complementary color
Monochromatic Colors of #ABAB4D
Black with #ABAB4D
Text Example
Text Example
White with #ABAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB4D; }
p { color: rgb(171,171,77); }
H1.HeaderClassName
{
color: #ABAB4D;
}
.AnyTagClassName
{
color: #ABAB4D;
}
</style>
background-color css
<style>
a { background-color: #ABAB4D; }
a { background-color: rgb(171,171,77); }
div.DivClassName
{
background-color: #ABAB4D;
}
.BgClassName
{
background-color: #ABAB4D;
}
</style>
border-color css
<style>
span { border-color: #ABAB4D; }
span { border-color: rgb(171,171,77); }
td.TdClassName
{
border-color: #ABAB4D;
}
.TagClassName
{
border-color: #ABAB4D;
}
</style>