Shades of Brass #ADA83F
Tints of Brass #ADA83F
RGB
CMYK
RGB Variations
Color information
#ADA83F (or 0xADA83F) is known color: Brass. HEX triplet: AD, A8 and 3F. RGB value is (173,168,63). Sum of RGB (Red+Green+Blue) = 173+168+63=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA83F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA83F is #5257C0. Grayscale: #9D9D9D. Windows color (decimal): -5396417 or 4171949. OLE color: 4171949.
HSL color Cylindrical-coordinate representation of color #ADA83F: hue angle of 57.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADA83F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 63 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.32 |
| HSL | 57.27º | 0.47% | 0.46% | - |
| HSV(B) | 57.27º | 0.64% | 0.68% | - |
| XYZ | 32.13 | 37.25 | 10.2 | - |
| YUV | 157.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 63 | 0 | 0.03 | 0.64 | 0.32 | 57.27 | 0.47 | 0.46 |
| Hex | AD | A8 | 3F | 0 | 3 | 40 | 20 | 39 | 2F | 2E |
| Octal | 255 | 250 | 77 | 0 | 3 | 100 | 40 | 71 | 57 | 56 |
| Binary | 10101101 | 10101000 | 111111 | 0 | 11 | 1000000 | 100000 | 111001 | 101111 | 101110 |
Color Harmonies of #ADA83F
Complementary color
Monochromatic Colors of #ADA83F
Black with #ADA83F
Text Example
Text Example
White with #ADA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA83F; }
p { color: rgb(173,168,63); }
H1.HeaderClassName
{
color: #ADA83F;
}
.AnyTagClassName
{
color: #ADA83F;
}
</style>
background-color css
<style>
a { background-color: #ADA83F; }
a { background-color: rgb(173,168,63); }
div.DivClassName
{
background-color: #ADA83F;
}
.BgClassName
{
background-color: #ADA83F;
}
</style>
border-color css
<style>
span { border-color: #ADA83F; }
span { border-color: rgb(173,168,63); }
td.TdClassName
{
border-color: #ADA83F;
}
.TagClassName
{
border-color: #ADA83F;
}
</style>