Shades of Brass #A8AD48
Tints of Brass #A8AD48
RGB
CMYK
RGB Variations
Color information
#A8AD48 (or 0xA8AD48) is known color: Brass. HEX triplet: A8, AD and 48. RGB value is (168,173,72). Sum of RGB (Red+Green+Blue) = 168+173+72=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD48 is #5752B7. Grayscale: #A0A0A0. Windows color (decimal): -5722808 or 4763048. OLE color: 4763048.
HSL color Cylindrical-coordinate representation of color #A8AD48: hue angle of 62.97º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8AD48 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 72 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.32 |
| HSL | 62.97º | 0.41% | 0.48% | - |
| HSV(B) | 62.97º | 0.58% | 0.68% | - |
| XYZ | 32.26 | 38.68 | 11.9 | - |
| YUV | 159.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 72 | 0.03 | 0 | 0.58 | 0.32 | 62.97 | 0.41 | 0.48 |
| Hex | A8 | AD | 48 | 3 | 0 | 3A | 20 | 3F | 29 | 30 |
| Octal | 250 | 255 | 110 | 3 | 0 | 72 | 40 | 77 | 51 | 60 |
| Binary | 10101000 | 10101101 | 1001000 | 11 | 0 | 111010 | 100000 | 111111 | 101001 | 110000 |
Color Harmonies of #A8AD48
Complementary color
Monochromatic Colors of #A8AD48
Black with #A8AD48
Text Example
Text Example
White with #A8AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD48; }
p { color: rgb(168,173,72); }
H1.HeaderClassName
{
color: #A8AD48;
}
.AnyTagClassName
{
color: #A8AD48;
}
</style>
background-color css
<style>
a { background-color: #A8AD48; }
a { background-color: rgb(168,173,72); }
div.DivClassName
{
background-color: #A8AD48;
}
.BgClassName
{
background-color: #A8AD48;
}
</style>
border-color css
<style>
span { border-color: #A8AD48; }
span { border-color: rgb(168,173,72); }
td.TdClassName
{
border-color: #A8AD48;
}
.TagClassName
{
border-color: #A8AD48;
}
</style>