Shades of Brass #AB9E3F
Tints of Brass #AB9E3F
RGB
CMYK
RGB Variations
Color information
#AB9E3F (or 0xAB9E3F) is known color: Brass. HEX triplet: AB, 9E and 3F. RGB value is (171,158,63). Sum of RGB (Red+Green+Blue) = 171+158+63=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E3F is #5461C0. Grayscale: #979797. Windows color (decimal): -5530049 or 4169387. OLE color: 4169387.
HSL color Cylindrical-coordinate representation of color #AB9E3F: hue angle of 52.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB9E3F is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 63 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.33 |
| HSL | 52.78º | 0.46% | 0.46% | - |
| HSV(B) | 52.78º | 0.63% | 0.67% | - |
| XYZ | 29.92 | 33.47 | 9.59 | - |
| YUV | 151.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 63 | 0 | 0.08 | 0.63 | 0.33 | 52.78 | 0.46 | 0.46 |
| Hex | AB | 9E | 3F | 0 | 8 | 3F | 21 | 35 | 2E | 2E |
| Octal | 253 | 236 | 77 | 0 | 10 | 77 | 41 | 65 | 56 | 56 |
| Binary | 10101011 | 10011110 | 111111 | 0 | 1000 | 111111 | 100001 | 110101 | 101110 | 101110 |
Color Harmonies of #AB9E3F
Complementary color
Monochromatic Colors of #AB9E3F
Black with #AB9E3F
Text Example
Text Example
White with #AB9E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E3F; }
p { color: rgb(171,158,63); }
H1.HeaderClassName
{
color: #AB9E3F;
}
.AnyTagClassName
{
color: #AB9E3F;
}
</style>
background-color css
<style>
a { background-color: #AB9E3F; }
a { background-color: rgb(171,158,63); }
div.DivClassName
{
background-color: #AB9E3F;
}
.BgClassName
{
background-color: #AB9E3F;
}
</style>
border-color css
<style>
span { border-color: #AB9E3F; }
span { border-color: rgb(171,158,63); }
td.TdClassName
{
border-color: #AB9E3F;
}
.TagClassName
{
border-color: #AB9E3F;
}
</style>