Shades of Brass #A89C3A
Tints of Brass #A89C3A
RGB
CMYK
RGB Variations
Color information
#A89C3A (or 0xA89C3A) is known color: Brass. HEX triplet: A8, 9C and 3A. RGB value is (168,156,58). Sum of RGB (Red+Green+Blue) = 168+156+58=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C3A is #5763C5. Grayscale: #949494. Windows color (decimal): -5727174 or 3841192. OLE color: 3841192.
HSL color Cylindrical-coordinate representation of color #A89C3A: hue angle of 53.45º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A89C3A is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 58 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.34 |
| HSL | 53.45º | 0.49% | 0.44% | - |
| HSV(B) | 53.45º | 0.65% | 0.66% | - |
| XYZ | 28.8 | 32.41 | 8.74 | - |
| YUV | 148.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 58 | 0 | 0.07 | 0.65 | 0.34 | 53.45 | 0.49 | 0.44 |
| Hex | A8 | 9C | 3A | 0 | 7 | 41 | 22 | 35 | 31 | 2C |
| Octal | 250 | 234 | 72 | 0 | 7 | 101 | 42 | 65 | 61 | 54 |
| Binary | 10101000 | 10011100 | 111010 | 0 | 111 | 1000001 | 100010 | 110101 | 110001 | 101100 |
Color Harmonies of #A89C3A
Complementary color
Monochromatic Colors of #A89C3A
Black with #A89C3A
Text Example
Text Example
White with #A89C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C3A; }
p { color: rgb(168,156,58); }
H1.HeaderClassName
{
color: #A89C3A;
}
.AnyTagClassName
{
color: #A89C3A;
}
</style>
background-color css
<style>
a { background-color: #A89C3A; }
a { background-color: rgb(168,156,58); }
div.DivClassName
{
background-color: #A89C3A;
}
.BgClassName
{
background-color: #A89C3A;
}
</style>
border-color css
<style>
span { border-color: #A89C3A; }
span { border-color: rgb(168,156,58); }
td.TdClassName
{
border-color: #A89C3A;
}
.TagClassName
{
border-color: #A89C3A;
}
</style>