Shades of Brass #A89E37
Tints of Brass #A89E37
RGB
CMYK
RGB Variations
Color information
#A89E37 (or 0xA89E37) is known color: Brass. HEX triplet: A8, 9E and 37. RGB value is (168,158,55). Sum of RGB (Red+Green+Blue) = 168+158+55=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89E37 is #5761C8. Grayscale: #959595. Windows color (decimal): -5726665 or 3645096. OLE color: 3645096.
HSL color Cylindrical-coordinate representation of color #A89E37: hue angle of 54.69º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A89E37 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 55 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.34 |
| HSL | 54.69º | 0.51% | 0.44% | - |
| HSV(B) | 54.69º | 0.67% | 0.66% | - |
| XYZ | 29.06 | 33.05 | 8.46 | - |
| YUV | 149.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 55 | 0 | 0.06 | 0.67 | 0.34 | 54.69 | 0.51 | 0.44 |
| Hex | A8 | 9E | 37 | 0 | 6 | 43 | 22 | 37 | 33 | 2C |
| Octal | 250 | 236 | 67 | 0 | 6 | 103 | 42 | 67 | 63 | 54 |
| Binary | 10101000 | 10011110 | 110111 | 0 | 110 | 1000011 | 100010 | 110111 | 110011 | 101100 |
Color Harmonies of #A89E37
Complementary color
Monochromatic Colors of #A89E37
Black with #A89E37
Text Example
Text Example
White with #A89E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E37; }
p { color: rgb(168,158,55); }
H1.HeaderClassName
{
color: #A89E37;
}
.AnyTagClassName
{
color: #A89E37;
}
</style>
background-color css
<style>
a { background-color: #A89E37; }
a { background-color: rgb(168,158,55); }
div.DivClassName
{
background-color: #A89E37;
}
.BgClassName
{
background-color: #A89E37;
}
</style>
border-color css
<style>
span { border-color: #A89E37; }
span { border-color: rgb(168,158,55); }
td.TdClassName
{
border-color: #A89E37;
}
.TagClassName
{
border-color: #A89E37;
}
</style>