Shades of Brass #ABB338
Tints of Brass #ABB338
RGB
CMYK
RGB Variations
Color information
#ABB338 (or 0xABB338) is known color: Brass. HEX triplet: AB, B3 and 38. RGB value is (171,179,56). Sum of RGB (Red+Green+Blue) = 171+179+56=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB338 is #544CC7. Grayscale: #A3A3A3. Windows color (decimal): -5524680 or 3716011. OLE color: 3716011.
HSL color Cylindrical-coordinate representation of color #ABB338: hue angle of 63.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABB338 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 56 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.30 |
| HSL | 63.9º | 0.52% | 0.46% | - |
| HSV(B) | 63.9º | 0.69% | 0.7% | - |
| XYZ | 33.63 | 41.18 | 9.92 | - |
| YUV | 162.59 | 67.85 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 56 | 0.04 | 0 | 0.69 | 0.30 | 63.9 | 0.52 | 0.46 |
| Hex | AB | B3 | 38 | 4 | 0 | 45 | 1E | 40 | 34 | 2E |
| Octal | 253 | 263 | 70 | 4 | 0 | 105 | 36 | 100 | 64 | 56 |
| Binary | 10101011 | 10110011 | 111000 | 100 | 0 | 1000101 | 11110 | 1000000 | 110100 | 101110 |
Color Harmonies of #ABB338
Complementary color
Monochromatic Colors of #ABB338
Black with #ABB338
Text Example
Text Example
White with #ABB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB338; }
p { color: rgb(171,179,56); }
H1.HeaderClassName
{
color: #ABB338;
}
.AnyTagClassName
{
color: #ABB338;
}
</style>
background-color css
<style>
a { background-color: #ABB338; }
a { background-color: rgb(171,179,56); }
div.DivClassName
{
background-color: #ABB338;
}
.BgClassName
{
background-color: #ABB338;
}
</style>
border-color css
<style>
span { border-color: #ABB338; }
span { border-color: rgb(171,179,56); }
td.TdClassName
{
border-color: #ABB338;
}
.TagClassName
{
border-color: #ABB338;
}
</style>