Shades of Brass #A89C42
Tints of Brass #A89C42
RGB
CMYK
RGB Variations
Color information
#A89C42 (or 0xA89C42) is known color: Brass. HEX triplet: A8, 9C and 42. RGB value is (168,156,66). Sum of RGB (Red+Green+Blue) = 168+156+66=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C42 is #5763BD. Grayscale: #959595. Windows color (decimal): -5727166 or 4365480. OLE color: 4365480.
HSL color Cylindrical-coordinate representation of color #A89C42: hue angle of 52.94º 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 #A89C42 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 66 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.34 |
| HSL | 52.94º | 0.44% | 0.46% | - |
| HSV(B) | 52.94º | 0.61% | 0.66% | - |
| XYZ | 29.02 | 32.5 | 9.9 | - |
| YUV | 149.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 66 | 0 | 0.07 | 0.61 | 0.34 | 52.94 | 0.44 | 0.46 |
| Hex | A8 | 9C | 42 | 0 | 7 | 3D | 22 | 35 | 2C | 2E |
| Octal | 250 | 234 | 102 | 0 | 7 | 75 | 42 | 65 | 54 | 56 |
| Binary | 10101000 | 10011100 | 1000010 | 0 | 111 | 111101 | 100010 | 110101 | 101100 | 101110 |
Color Harmonies of #A89C42
Complementary color
Monochromatic Colors of #A89C42
Black with #A89C42
Text Example
Text Example
White with #A89C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C42; }
p { color: rgb(168,156,66); }
H1.HeaderClassName
{
color: #A89C42;
}
.AnyTagClassName
{
color: #A89C42;
}
</style>
background-color css
<style>
a { background-color: #A89C42; }
a { background-color: rgb(168,156,66); }
div.DivClassName
{
background-color: #A89C42;
}
.BgClassName
{
background-color: #A89C42;
}
</style>
border-color css
<style>
span { border-color: #A89C42; }
span { border-color: rgb(168,156,66); }
td.TdClassName
{
border-color: #A89C42;
}
.TagClassName
{
border-color: #A89C42;
}
</style>