Shades of Brass #A89D36
Tints of Brass #A89D36
RGB
CMYK
RGB Variations
Color information
#A89D36 (or 0xA89D36) is known color: Brass. HEX triplet: A8, 9D and 36. RGB value is (168,157,54). Sum of RGB (Red+Green+Blue) = 168+157+54=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89D36 is #5762C9. Grayscale: #949494. Windows color (decimal): -5726922 or 3579304. OLE color: 3579304.
HSL color Cylindrical-coordinate representation of color #A89D36: hue angle of 54.21º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A89D36 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 54 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.34 |
| HSL | 54.21º | 0.51% | 0.44% | - |
| HSV(B) | 54.21º | 0.68% | 0.66% | - |
| XYZ | 28.87 | 32.71 | 8.28 | - |
| YUV | 148.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 54 | 0 | 0.07 | 0.68 | 0.34 | 54.21 | 0.51 | 0.44 |
| Hex | A8 | 9D | 36 | 0 | 7 | 44 | 22 | 36 | 33 | 2C |
| Octal | 250 | 235 | 66 | 0 | 7 | 104 | 42 | 66 | 63 | 54 |
| Binary | 10101000 | 10011101 | 110110 | 0 | 111 | 1000100 | 100010 | 110110 | 110011 | 101100 |
Color Harmonies of #A89D36
Complementary color
Monochromatic Colors of #A89D36
Black with #A89D36
Text Example
Text Example
White with #A89D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D36; }
p { color: rgb(168,157,54); }
H1.HeaderClassName
{
color: #A89D36;
}
.AnyTagClassName
{
color: #A89D36;
}
</style>
background-color css
<style>
a { background-color: #A89D36; }
a { background-color: rgb(168,157,54); }
div.DivClassName
{
background-color: #A89D36;
}
.BgClassName
{
background-color: #A89D36;
}
</style>
border-color css
<style>
span { border-color: #A89D36; }
span { border-color: rgb(168,157,54); }
td.TdClassName
{
border-color: #A89D36;
}
.TagClassName
{
border-color: #A89D36;
}
</style>