Shades of Brass #ABAB43
Tints of Brass #ABAB43
RGB
CMYK
RGB Variations
Color information
#ABAB43 (or 0xABAB43) is known color: Brass. HEX triplet: AB, AB and 43. RGB value is (171,171,67). Sum of RGB (Red+Green+Blue) = 171+171+67=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB43 is #5454BC. Grayscale: #9F9F9F. Windows color (decimal): -5526717 or 4434859. OLE color: 4434859.
HSL color Cylindrical-coordinate representation of color #ABAB43: hue angle of 60º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABAB43 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 67 | - |
| CMYK | 0 | 0 | 0.61 | 0.33 |
| HSL | 60º | 0.44% | 0.47% | - |
| HSV(B) | 60º | 0.61% | 0.67% | - |
| XYZ | 32.37 | 38.19 | 10.98 | - |
| YUV | 159.14 | 76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 67 | 0 | 0 | 0.61 | 0.33 | 60 | 0.44 | 0.47 |
| Hex | AB | AB | 43 | 0 | 0 | 3D | 21 | 3C | 2C | 2F |
| Octal | 253 | 253 | 103 | 0 | 0 | 75 | 41 | 74 | 54 | 57 |
| Binary | 10101011 | 10101011 | 1000011 | 0 | 0 | 111101 | 100001 | 111100 | 101100 | 101111 |
Color Harmonies of #ABAB43
Complementary color
Monochromatic Colors of #ABAB43
Black with #ABAB43
Text Example
Text Example
White with #ABAB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB43; }
p { color: rgb(171,171,67); }
H1.HeaderClassName
{
color: #ABAB43;
}
.AnyTagClassName
{
color: #ABAB43;
}
</style>
background-color css
<style>
a { background-color: #ABAB43; }
a { background-color: rgb(171,171,67); }
div.DivClassName
{
background-color: #ABAB43;
}
.BgClassName
{
background-color: #ABAB43;
}
</style>
border-color css
<style>
span { border-color: #ABAB43; }
span { border-color: rgb(171,171,67); }
td.TdClassName
{
border-color: #ABAB43;
}
.TagClassName
{
border-color: #ABAB43;
}
</style>