Shades of Brass #AB9B3F
Tints of Brass #AB9B3F
RGB
CMYK
RGB Variations
Color information
#AB9B3F (or 0xAB9B3F) is known color: Brass. HEX triplet: AB, 9B and 3F. RGB value is (171,155,63). Sum of RGB (Red+Green+Blue) = 171+155+63=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B3F is #5464C0. Grayscale: #959595. Windows color (decimal): -5530817 or 4168619. OLE color: 4168619.
HSL color Cylindrical-coordinate representation of color #AB9B3F: hue angle of 51.11º 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 #AB9B3F is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 63 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.33 |
| HSL | 51.11º | 0.46% | 0.46% | - |
| HSV(B) | 51.11º | 0.63% | 0.67% | - |
| XYZ | 29.41 | 32.46 | 9.42 | - |
| YUV | 149.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 63 | 0 | 0.09 | 0.63 | 0.33 | 51.11 | 0.46 | 0.46 |
| Hex | AB | 9B | 3F | 0 | 9 | 3F | 21 | 33 | 2E | 2E |
| Octal | 253 | 233 | 77 | 0 | 11 | 77 | 41 | 63 | 56 | 56 |
| Binary | 10101011 | 10011011 | 111111 | 0 | 1001 | 111111 | 100001 | 110011 | 101110 | 101110 |
Color Harmonies of #AB9B3F
Complementary color
Monochromatic Colors of #AB9B3F
Black with #AB9B3F
Text Example
Text Example
White with #AB9B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B3F; }
p { color: rgb(171,155,63); }
H1.HeaderClassName
{
color: #AB9B3F;
}
.AnyTagClassName
{
color: #AB9B3F;
}
</style>
background-color css
<style>
a { background-color: #AB9B3F; }
a { background-color: rgb(171,155,63); }
div.DivClassName
{
background-color: #AB9B3F;
}
.BgClassName
{
background-color: #AB9B3F;
}
</style>
border-color css
<style>
span { border-color: #AB9B3F; }
span { border-color: rgb(171,155,63); }
td.TdClassName
{
border-color: #AB9B3F;
}
.TagClassName
{
border-color: #AB9B3F;
}
</style>