Shades of Brass #ABB038
Tints of Brass #ABB038
RGB
CMYK
RGB Variations
Color information
#ABB038 (or 0xABB038) is known color: Brass. HEX triplet: AB, B0 and 38. RGB value is (171,176,56). Sum of RGB (Red+Green+Blue) = 171+176+56=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB038 is #544FC7. Grayscale: #A1A1A1. Windows color (decimal): -5525448 or 3715243. OLE color: 3715243.
HSL color Cylindrical-coordinate representation of color #ABB038: hue angle of 62.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABB038 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 176 | 56 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.31 |
| HSL | 62.5º | 0.52% | 0.45% | - |
| HSV(B) | 62.5º | 0.68% | 0.69% | - |
| XYZ | 33.03 | 39.99 | 9.72 | - |
| YUV | 160.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 56 | 0.03 | 0 | 0.68 | 0.31 | 62.5 | 0.52 | 0.45 |
| Hex | AB | B0 | 38 | 3 | 0 | 44 | 1F | 3F | 34 | 2D |
| Octal | 253 | 260 | 70 | 3 | 0 | 104 | 37 | 77 | 64 | 55 |
| Binary | 10101011 | 10110000 | 111000 | 11 | 0 | 1000100 | 11111 | 111111 | 110100 | 101101 |
Color Harmonies of #ABB038
Complementary color
Monochromatic Colors of #ABB038
Black with #ABB038
Text Example
Text Example
White with #ABB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB038; }
p { color: rgb(171,176,56); }
H1.HeaderClassName
{
color: #ABB038;
}
.AnyTagClassName
{
color: #ABB038;
}
</style>
background-color css
<style>
a { background-color: #ABB038; }
a { background-color: rgb(171,176,56); }
div.DivClassName
{
background-color: #ABB038;
}
.BgClassName
{
background-color: #ABB038;
}
</style>
border-color css
<style>
span { border-color: #ABB038; }
span { border-color: rgb(171,176,56); }
td.TdClassName
{
border-color: #ABB038;
}
.TagClassName
{
border-color: #ABB038;
}
</style>