Shades of Brass #A8A038
Tints of Brass #A8A038
RGB
CMYK
RGB Variations
Color information
#A8A038 (or 0xA8A038) is known color: Brass. HEX triplet: A8, A0 and 38. RGB value is (168,160,56). Sum of RGB (Red+Green+Blue) = 168+160+56=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A038 is #575FC7. Grayscale: #969696. Windows color (decimal): -5726152 or 3711144. OLE color: 3711144.
HSL color Cylindrical-coordinate representation of color #A8A038: hue angle of 55.71º 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 #A8A038 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 56 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.34 |
| HSL | 55.71º | 0.5% | 0.44% | - |
| HSV(B) | 55.71º | 0.67% | 0.66% | - |
| XYZ | 29.43 | 33.75 | 8.7 | - |
| YUV | 150.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 56 | 0 | 0.05 | 0.67 | 0.34 | 55.71 | 0.5 | 0.44 |
| Hex | A8 | A0 | 38 | 0 | 5 | 43 | 22 | 38 | 32 | 2C |
| Octal | 250 | 240 | 70 | 0 | 5 | 103 | 42 | 70 | 62 | 54 |
| Binary | 10101000 | 10100000 | 111000 | 0 | 101 | 1000011 | 100010 | 111000 | 110010 | 101100 |
Color Harmonies of #A8A038
Complementary color
Monochromatic Colors of #A8A038
Black with #A8A038
Text Example
Text Example
White with #A8A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A038; }
p { color: rgb(168,160,56); }
H1.HeaderClassName
{
color: #A8A038;
}
.AnyTagClassName
{
color: #A8A038;
}
</style>
background-color css
<style>
a { background-color: #A8A038; }
a { background-color: rgb(168,160,56); }
div.DivClassName
{
background-color: #A8A038;
}
.BgClassName
{
background-color: #A8A038;
}
</style>
border-color css
<style>
span { border-color: #A8A038; }
span { border-color: rgb(168,160,56); }
td.TdClassName
{
border-color: #A8A038;
}
.TagClassName
{
border-color: #A8A038;
}
</style>