Shades of Brass #A89D3E
Tints of Brass #A89D3E
RGB
CMYK
RGB Variations
Color information
#A89D3E (or 0xA89D3E) is known color: Brass. HEX triplet: A8, 9D and 3E. RGB value is (168,157,62). Sum of RGB (Red+Green+Blue) = 168+157+62=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89D3E is #5762C1. Grayscale: #959595. Windows color (decimal): -5726914 or 4103592. OLE color: 4103592.
HSL color Cylindrical-coordinate representation of color #A89D3E: hue angle of 53.77º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A89D3E is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 62 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.34 |
| HSL | 53.77º | 0.46% | 0.45% | - |
| HSV(B) | 53.77º | 0.63% | 0.66% | - |
| XYZ | 29.07 | 32.79 | 9.35 | - |
| YUV | 149.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 62 | 0 | 0.07 | 0.63 | 0.34 | 53.77 | 0.46 | 0.45 |
| Hex | A8 | 9D | 3E | 0 | 7 | 3F | 22 | 36 | 2E | 2D |
| Octal | 250 | 235 | 76 | 0 | 7 | 77 | 42 | 66 | 56 | 55 |
| Binary | 10101000 | 10011101 | 111110 | 0 | 111 | 111111 | 100010 | 110110 | 101110 | 101101 |
Color Harmonies of #A89D3E
Complementary color
Monochromatic Colors of #A89D3E
Black with #A89D3E
Text Example
Text Example
White with #A89D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D3E; }
p { color: rgb(168,157,62); }
H1.HeaderClassName
{
color: #A89D3E;
}
.AnyTagClassName
{
color: #A89D3E;
}
</style>
background-color css
<style>
a { background-color: #A89D3E; }
a { background-color: rgb(168,157,62); }
div.DivClassName
{
background-color: #A89D3E;
}
.BgClassName
{
background-color: #A89D3E;
}
</style>
border-color css
<style>
span { border-color: #A89D3E; }
span { border-color: rgb(168,157,62); }
td.TdClassName
{
border-color: #A89D3E;
}
.TagClassName
{
border-color: #A89D3E;
}
</style>