Shades of Brass #AB9F3E
Tints of Brass #AB9F3E
RGB
CMYK
RGB Variations
Color information
#AB9F3E (or 0xAB9F3E) is known color: Brass. HEX triplet: AB, 9F and 3E. RGB value is (171,159,62). Sum of RGB (Red+Green+Blue) = 171+159+62=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F3E is #5460C1. Grayscale: #979797. Windows color (decimal): -5529794 or 4104107. OLE color: 4104107.
HSL color Cylindrical-coordinate representation of color #AB9F3E: hue angle of 53.39º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB9F3E is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 62 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.33 |
| HSL | 53.39º | 0.47% | 0.46% | - |
| HSV(B) | 53.39º | 0.64% | 0.67% | - |
| XYZ | 30.06 | 33.8 | 9.5 | - |
| YUV | 151.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 62 | 0 | 0.07 | 0.64 | 0.33 | 53.39 | 0.47 | 0.46 |
| Hex | AB | 9F | 3E | 0 | 7 | 40 | 21 | 35 | 2F | 2E |
| Octal | 253 | 237 | 76 | 0 | 7 | 100 | 41 | 65 | 57 | 56 |
| Binary | 10101011 | 10011111 | 111110 | 0 | 111 | 1000000 | 100001 | 110101 | 101111 | 101110 |
Color Harmonies of #AB9F3E
Complementary color
Monochromatic Colors of #AB9F3E
Black with #AB9F3E
Text Example
Text Example
White with #AB9F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F3E; }
p { color: rgb(171,159,62); }
H1.HeaderClassName
{
color: #AB9F3E;
}
.AnyTagClassName
{
color: #AB9F3E;
}
</style>
background-color css
<style>
a { background-color: #AB9F3E; }
a { background-color: rgb(171,159,62); }
div.DivClassName
{
background-color: #AB9F3E;
}
.BgClassName
{
background-color: #AB9F3E;
}
</style>
border-color css
<style>
span { border-color: #AB9F3E; }
span { border-color: rgb(171,159,62); }
td.TdClassName
{
border-color: #AB9F3E;
}
.TagClassName
{
border-color: #AB9F3E;
}
</style>