Shades of Brass #A8A738
Tints of Brass #A8A738
RGB
CMYK
RGB Variations
Color information
#A8A738 (or 0xA8A738) is known color: Brass. HEX triplet: A8, A7 and 38. RGB value is (168,167,56). Sum of RGB (Red+Green+Blue) = 168+167+56=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A738 is #5758C7. Grayscale: #9B9B9B. Windows color (decimal): -5724360 or 3712936. OLE color: 3712936.
HSL color Cylindrical-coordinate representation of color #A8A738: hue angle of 59.46º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8A738 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 56 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.34 |
| HSL | 59.46º | 0.5% | 0.44% | - |
| HSV(B) | 59.46º | 0.67% | 0.66% | - |
| XYZ | 30.68 | 36.25 | 9.12 | - |
| YUV | 154.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 56 | 0 | 0.01 | 0.67 | 0.34 | 59.46 | 0.5 | 0.44 |
| Hex | A8 | A7 | 38 | 0 | 1 | 43 | 22 | 3B | 32 | 2C |
| Octal | 250 | 247 | 70 | 0 | 1 | 103 | 42 | 73 | 62 | 54 |
| Binary | 10101000 | 10100111 | 111000 | 0 | 1 | 1000011 | 100010 | 111011 | 110010 | 101100 |
Color Harmonies of #A8A738
Complementary color
Monochromatic Colors of #A8A738
Black with #A8A738
Text Example
Text Example
White with #A8A738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A738; }
p { color: rgb(168,167,56); }
H1.HeaderClassName
{
color: #A8A738;
}
.AnyTagClassName
{
color: #A8A738;
}
</style>
background-color css
<style>
a { background-color: #A8A738; }
a { background-color: rgb(168,167,56); }
div.DivClassName
{
background-color: #A8A738;
}
.BgClassName
{
background-color: #A8A738;
}
</style>
border-color css
<style>
span { border-color: #A8A738; }
span { border-color: rgb(168,167,56); }
td.TdClassName
{
border-color: #A8A738;
}
.TagClassName
{
border-color: #A8A738;
}
</style>