Shades of Brass #A89D41
Tints of Brass #A89D41
RGB
CMYK
RGB Variations
Color information
#A89D41 (or 0xA89D41) is known color: Brass. HEX triplet: A8, 9D and 41. RGB value is (168,157,65). Sum of RGB (Red+Green+Blue) = 168+157+65=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89D41 is #5762BE. Grayscale: #969696. Windows color (decimal): -5726911 or 4300200. OLE color: 4300200.
HSL color Cylindrical-coordinate representation of color #A89D41: hue angle of 53.59º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A89D41 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 65 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.34 |
| HSL | 53.59º | 0.44% | 0.46% | - |
| HSV(B) | 53.59º | 0.61% | 0.66% | - |
| XYZ | 29.16 | 32.82 | 9.8 | - |
| YUV | 149.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 65 | 0 | 0.07 | 0.61 | 0.34 | 53.59 | 0.44 | 0.46 |
| Hex | A8 | 9D | 41 | 0 | 7 | 3D | 22 | 36 | 2C | 2E |
| Octal | 250 | 235 | 101 | 0 | 7 | 75 | 42 | 66 | 54 | 56 |
| Binary | 10101000 | 10011101 | 1000001 | 0 | 111 | 111101 | 100010 | 110110 | 101100 | 101110 |
Color Harmonies of #A89D41
Complementary color
Monochromatic Colors of #A89D41
Black with #A89D41
Text Example
Text Example
White with #A89D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D41; }
p { color: rgb(168,157,65); }
H1.HeaderClassName
{
color: #A89D41;
}
.AnyTagClassName
{
color: #A89D41;
}
</style>
background-color css
<style>
a { background-color: #A89D41; }
a { background-color: rgb(168,157,65); }
div.DivClassName
{
background-color: #A89D41;
}
.BgClassName
{
background-color: #A89D41;
}
</style>
border-color css
<style>
span { border-color: #A89D41; }
span { border-color: rgb(168,157,65); }
td.TdClassName
{
border-color: #A89D41;
}
.TagClassName
{
border-color: #A89D41;
}
</style>