Shades of Brass #A8A138
Tints of Brass #A8A138
RGB
CMYK
RGB Variations
Color information
#A8A138 (or 0xA8A138) is known color: Brass. HEX triplet: A8, A1 and 38. RGB value is (168,161,56). Sum of RGB (Red+Green+Blue) = 168+161+56=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A138 is #575EC7. Grayscale: #979797. Windows color (decimal): -5725896 or 3711400. OLE color: 3711400.
HSL color Cylindrical-coordinate representation of color #A8A138: hue angle of 56.25º 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 #A8A138 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 56 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.34 |
| HSL | 56.25º | 0.5% | 0.44% | - |
| HSV(B) | 56.25º | 0.67% | 0.66% | - |
| XYZ | 29.61 | 34.1 | 8.76 | - |
| YUV | 151.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 56 | 0 | 0.04 | 0.67 | 0.34 | 56.25 | 0.5 | 0.44 |
| Hex | A8 | A1 | 38 | 0 | 4 | 43 | 22 | 38 | 32 | 2C |
| Octal | 250 | 241 | 70 | 0 | 4 | 103 | 42 | 70 | 62 | 54 |
| Binary | 10101000 | 10100001 | 111000 | 0 | 100 | 1000011 | 100010 | 111000 | 110010 | 101100 |
Color Harmonies of #A8A138
Complementary color
Monochromatic Colors of #A8A138
Black with #A8A138
Text Example
Text Example
White with #A8A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A138; }
p { color: rgb(168,161,56); }
H1.HeaderClassName
{
color: #A8A138;
}
.AnyTagClassName
{
color: #A8A138;
}
</style>
background-color css
<style>
a { background-color: #A8A138; }
a { background-color: rgb(168,161,56); }
div.DivClassName
{
background-color: #A8A138;
}
.BgClassName
{
background-color: #A8A138;
}
</style>
border-color css
<style>
span { border-color: #A8A138; }
span { border-color: rgb(168,161,56); }
td.TdClassName
{
border-color: #A8A138;
}
.TagClassName
{
border-color: #A8A138;
}
</style>