Shades of Brass #ABAF41
Tints of Brass #ABAF41
RGB
CMYK
RGB Variations
Color information
#ABAF41 (or 0xABAF41) is known color: Brass. HEX triplet: AB, AF and 41. RGB value is (171,175,65). Sum of RGB (Red+Green+Blue) = 171+175+65=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF41 is #5450BE. Grayscale: #A1A1A1. Windows color (decimal): -5525695 or 4304811. OLE color: 4304811.
HSL color Cylindrical-coordinate representation of color #ABAF41: hue angle of 62.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABAF41 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 65 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.31 |
| HSL | 62.18º | 0.46% | 0.47% | - |
| HSV(B) | 62.18º | 0.63% | 0.69% | - |
| XYZ | 33.08 | 39.7 | 10.92 | - |
| YUV | 161.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 65 | 0.02 | 0 | 0.63 | 0.31 | 62.18 | 0.46 | 0.47 |
| Hex | AB | AF | 41 | 2 | 0 | 3F | 1F | 3E | 2E | 2F |
| Octal | 253 | 257 | 101 | 2 | 0 | 77 | 37 | 76 | 56 | 57 |
| Binary | 10101011 | 10101111 | 1000001 | 10 | 0 | 111111 | 11111 | 111110 | 101110 | 101111 |
Color Harmonies of #ABAF41
Complementary color
Monochromatic Colors of #ABAF41
Black with #ABAF41
Text Example
Text Example
White with #ABAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF41; }
p { color: rgb(171,175,65); }
H1.HeaderClassName
{
color: #ABAF41;
}
.AnyTagClassName
{
color: #ABAF41;
}
</style>
background-color css
<style>
a { background-color: #ABAF41; }
a { background-color: rgb(171,175,65); }
div.DivClassName
{
background-color: #ABAF41;
}
.BgClassName
{
background-color: #ABAF41;
}
</style>
border-color css
<style>
span { border-color: #ABAF41; }
span { border-color: rgb(171,175,65); }
td.TdClassName
{
border-color: #ABAF41;
}
.TagClassName
{
border-color: #ABAF41;
}
</style>