Shades of Brass #A89E3E
Tints of Brass #A89E3E
RGB
CMYK
RGB Variations
Color information
#A89E3E (or 0xA89E3E) is known color: Brass. HEX triplet: A8, 9E and 3E. RGB value is (168,158,62). Sum of RGB (Red+Green+Blue) = 168+158+62=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89E3E is #5761C1. Grayscale: #969696. Windows color (decimal): -5726658 or 4103848. OLE color: 4103848.
HSL color Cylindrical-coordinate representation of color #A89E3E: hue angle of 54.34º 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 #A89E3E is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 62 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.34 |
| HSL | 54.34º | 0.46% | 0.45% | - |
| HSV(B) | 54.34º | 0.63% | 0.66% | - |
| XYZ | 29.24 | 33.13 | 9.41 | - |
| YUV | 150.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 62 | 0 | 0.06 | 0.63 | 0.34 | 54.34 | 0.46 | 0.45 |
| Hex | A8 | 9E | 3E | 0 | 6 | 3F | 22 | 36 | 2E | 2D |
| Octal | 250 | 236 | 76 | 0 | 6 | 77 | 42 | 66 | 56 | 55 |
| Binary | 10101000 | 10011110 | 111110 | 0 | 110 | 111111 | 100010 | 110110 | 101110 | 101101 |
Color Harmonies of #A89E3E
Complementary color
Monochromatic Colors of #A89E3E
Black with #A89E3E
Text Example
Text Example
White with #A89E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E3E; }
p { color: rgb(168,158,62); }
H1.HeaderClassName
{
color: #A89E3E;
}
.AnyTagClassName
{
color: #A89E3E;
}
</style>
background-color css
<style>
a { background-color: #A89E3E; }
a { background-color: rgb(168,158,62); }
div.DivClassName
{
background-color: #A89E3E;
}
.BgClassName
{
background-color: #A89E3E;
}
</style>
border-color css
<style>
span { border-color: #A89E3E; }
span { border-color: rgb(168,158,62); }
td.TdClassName
{
border-color: #A89E3E;
}
.TagClassName
{
border-color: #A89E3E;
}
</style>