Shades of Brass #A8B037
Tints of Brass #A8B037
RGB
CMYK
RGB Variations
Color information
#A8B037 (or 0xA8B037) is known color: Brass. HEX triplet: A8, B0 and 37. RGB value is (168,176,55). Sum of RGB (Red+Green+Blue) = 168+176+55=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B037 is #574FC8. Grayscale: #A0A0A0. Windows color (decimal): -5722057 or 3649704. OLE color: 3649704.
HSL color Cylindrical-coordinate representation of color #A8B037: hue angle of 63.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8B037 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 55 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.31 |
| HSL | 63.97º | 0.52% | 0.45% | - |
| HSV(B) | 63.97º | 0.69% | 0.69% | - |
| XYZ | 32.36 | 39.65 | 9.56 | - |
| YUV | 159.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 55 | 0.05 | 0 | 0.69 | 0.31 | 63.97 | 0.52 | 0.45 |
| Hex | A8 | B0 | 37 | 5 | 0 | 45 | 1F | 40 | 34 | 2D |
| Octal | 250 | 260 | 67 | 5 | 0 | 105 | 37 | 100 | 64 | 55 |
| Binary | 10101000 | 10110000 | 110111 | 101 | 0 | 1000101 | 11111 | 1000000 | 110100 | 101101 |
Color Harmonies of #A8B037
Complementary color
Monochromatic Colors of #A8B037
Black with #A8B037
Text Example
Text Example
White with #A8B037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B037; }
p { color: rgb(168,176,55); }
H1.HeaderClassName
{
color: #A8B037;
}
.AnyTagClassName
{
color: #A8B037;
}
</style>
background-color css
<style>
a { background-color: #A8B037; }
a { background-color: rgb(168,176,55); }
div.DivClassName
{
background-color: #A8B037;
}
.BgClassName
{
background-color: #A8B037;
}
</style>
border-color css
<style>
span { border-color: #A8B037; }
span { border-color: rgb(168,176,55); }
td.TdClassName
{
border-color: #A8B037;
}
.TagClassName
{
border-color: #A8B037;
}
</style>