Shades of Brass #ABAB44
Tints of Brass #ABAB44
RGB
CMYK
RGB Variations
Color information
#ABAB44 (or 0xABAB44) is known color: Brass. HEX triplet: AB, AB and 44. RGB value is (171,171,68). Sum of RGB (Red+Green+Blue) = 171+171+68=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB44 is #5454BB. Grayscale: #9F9F9F. Windows color (decimal): -5526716 or 4500395. OLE color: 4500395.
HSL color Cylindrical-coordinate representation of color #ABAB44: hue angle of 60º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABAB44 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 68 | - |
| CMYK | 0 | 0 | 0.60 | 0.33 |
| HSL | 60º | 0.43% | 0.47% | - |
| HSV(B) | 60º | 0.6% | 0.67% | - |
| XYZ | 32.4 | 38.2 | 11.13 | - |
| YUV | 159.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 68 | 0 | 0 | 0.60 | 0.33 | 60 | 0.43 | 0.47 |
| Hex | AB | AB | 44 | 0 | 0 | 3C | 21 | 3C | 2B | 2F |
| Octal | 253 | 253 | 104 | 0 | 0 | 74 | 41 | 74 | 53 | 57 |
| Binary | 10101011 | 10101011 | 1000100 | 0 | 0 | 111100 | 100001 | 111100 | 101011 | 101111 |
Color Harmonies of #ABAB44
Complementary color
Monochromatic Colors of #ABAB44
Black with #ABAB44
Text Example
Text Example
White with #ABAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB44; }
p { color: rgb(171,171,68); }
H1.HeaderClassName
{
color: #ABAB44;
}
.AnyTagClassName
{
color: #ABAB44;
}
</style>
background-color css
<style>
a { background-color: #ABAB44; }
a { background-color: rgb(171,171,68); }
div.DivClassName
{
background-color: #ABAB44;
}
.BgClassName
{
background-color: #ABAB44;
}
</style>
border-color css
<style>
span { border-color: #ABAB44; }
span { border-color: rgb(171,171,68); }
td.TdClassName
{
border-color: #ABAB44;
}
.TagClassName
{
border-color: #ABAB44;
}
</style>