Shades of Brass #AB9F32
Tints of Brass #AB9F32
RGB
CMYK
RGB Variations
Color information
#AB9F32 (or 0xAB9F32) is known color: Brass. HEX triplet: AB, 9F and 32. RGB value is (171,159,50). Sum of RGB (Red+Green+Blue) = 171+159+50=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F32 is #5460CD. Grayscale: #969696. Windows color (decimal): -5529806 or 3317675. OLE color: 3317675.
HSL color Cylindrical-coordinate representation of color #AB9F32: hue angle of 54.05º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB9F32 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 50 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.33 |
| HSL | 54.05º | 0.55% | 0.43% | - |
| HSV(B) | 54.05º | 0.71% | 0.67% | - |
| XYZ | 29.77 | 33.68 | 7.95 | - |
| YUV | 150.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 50 | 0 | 0.07 | 0.71 | 0.33 | 54.05 | 0.55 | 0.43 |
| Hex | AB | 9F | 32 | 0 | 7 | 47 | 21 | 36 | 37 | 2B |
| Octal | 253 | 237 | 62 | 0 | 7 | 107 | 41 | 66 | 67 | 53 |
| Binary | 10101011 | 10011111 | 110010 | 0 | 111 | 1000111 | 100001 | 110110 | 110111 | 101011 |
Color Harmonies of #AB9F32
Complementary color
Monochromatic Colors of #AB9F32
Black with #AB9F32
Text Example
Text Example
White with #AB9F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F32; }
p { color: rgb(171,159,50); }
H1.HeaderClassName
{
color: #AB9F32;
}
.AnyTagClassName
{
color: #AB9F32;
}
</style>
background-color css
<style>
a { background-color: #AB9F32; }
a { background-color: rgb(171,159,50); }
div.DivClassName
{
background-color: #AB9F32;
}
.BgClassName
{
background-color: #AB9F32;
}
</style>
border-color css
<style>
span { border-color: #AB9F32; }
span { border-color: rgb(171,159,50); }
td.TdClassName
{
border-color: #AB9F32;
}
.TagClassName
{
border-color: #AB9F32;
}
</style>