Shades of Brass #A8AD39
Tints of Brass #A8AD39
RGB
CMYK
RGB Variations
Color information
#A8AD39 (or 0xA8AD39) is known color: Brass. HEX triplet: A8, AD and 39. RGB value is (168,173,57). Sum of RGB (Red+Green+Blue) = 168+173+57=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD39 is #5752C6. Grayscale: #9E9E9E. Windows color (decimal): -5722823 or 3780008. OLE color: 3780008.
HSL color Cylindrical-coordinate representation of color #A8AD39: hue angle of 62.59º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8AD39 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 57 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.32 |
| HSL | 62.59º | 0.5% | 0.45% | - |
| HSV(B) | 62.59º | 0.67% | 0.68% | - |
| XYZ | 31.83 | 38.51 | 9.63 | - |
| YUV | 158.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 57 | 0.03 | 0 | 0.67 | 0.32 | 62.59 | 0.5 | 0.45 |
| Hex | A8 | AD | 39 | 3 | 0 | 43 | 20 | 3F | 32 | 2D |
| Octal | 250 | 255 | 71 | 3 | 0 | 103 | 40 | 77 | 62 | 55 |
| Binary | 10101000 | 10101101 | 111001 | 11 | 0 | 1000011 | 100000 | 111111 | 110010 | 101101 |
Color Harmonies of #A8AD39
Complementary color
Monochromatic Colors of #A8AD39
Black with #A8AD39
Text Example
Text Example
White with #A8AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD39; }
p { color: rgb(168,173,57); }
H1.HeaderClassName
{
color: #A8AD39;
}
.AnyTagClassName
{
color: #A8AD39;
}
</style>
background-color css
<style>
a { background-color: #A8AD39; }
a { background-color: rgb(168,173,57); }
div.DivClassName
{
background-color: #A8AD39;
}
.BgClassName
{
background-color: #A8AD39;
}
</style>
border-color css
<style>
span { border-color: #A8AD39; }
span { border-color: rgb(168,173,57); }
td.TdClassName
{
border-color: #A8AD39;
}
.TagClassName
{
border-color: #A8AD39;
}
</style>