Shades of Brass #AB9E33
Tints of Brass #AB9E33
RGB
CMYK
RGB Variations
Color information
#AB9E33 (or 0xAB9E33) is known color: Brass. HEX triplet: AB, 9E and 33. RGB value is (171,158,51). Sum of RGB (Red+Green+Blue) = 171+158+51=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E33 is #5461CC. Grayscale: #969696. Windows color (decimal): -5530061 or 3382955. OLE color: 3382955.
HSL color Cylindrical-coordinate representation of color #AB9E33: hue angle of 53.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB9E33 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 51 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.33 |
| HSL | 53.5º | 0.54% | 0.44% | - |
| HSV(B) | 53.5º | 0.7% | 0.67% | - |
| XYZ | 29.62 | 33.35 | 8.01 | - |
| YUV | 149.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 51 | 0 | 0.08 | 0.70 | 0.33 | 53.5 | 0.54 | 0.44 |
| Hex | AB | 9E | 33 | 0 | 8 | 46 | 21 | 36 | 36 | 2C |
| Octal | 253 | 236 | 63 | 0 | 10 | 106 | 41 | 66 | 66 | 54 |
| Binary | 10101011 | 10011110 | 110011 | 0 | 1000 | 1000110 | 100001 | 110110 | 110110 | 101100 |
Color Harmonies of #AB9E33
Complementary color
Monochromatic Colors of #AB9E33
Black with #AB9E33
Text Example
Text Example
White with #AB9E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E33; }
p { color: rgb(171,158,51); }
H1.HeaderClassName
{
color: #AB9E33;
}
.AnyTagClassName
{
color: #AB9E33;
}
</style>
background-color css
<style>
a { background-color: #AB9E33; }
a { background-color: rgb(171,158,51); }
div.DivClassName
{
background-color: #AB9E33;
}
.BgClassName
{
background-color: #AB9E33;
}
</style>
border-color css
<style>
span { border-color: #AB9E33; }
span { border-color: rgb(171,158,51); }
td.TdClassName
{
border-color: #AB9E33;
}
.TagClassName
{
border-color: #AB9E33;
}
</style>