Shades of Brass #ADA73F
Tints of Brass #ADA73F
RGB
CMYK
RGB Variations
Color information
#ADA73F (or 0xADA73F) is known color: Brass. HEX triplet: AD, A7 and 3F. RGB value is (173,167,63). Sum of RGB (Red+Green+Blue) = 173+167+63=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA73F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA73F is #5258C0. Grayscale: #9D9D9D. Windows color (decimal): -5396673 or 4171693. OLE color: 4171693.
HSL color Cylindrical-coordinate representation of color #ADA73F: hue angle of 56.73º 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 #ADA73F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 63 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.32 |
| HSL | 56.73º | 0.47% | 0.46% | - |
| HSV(B) | 56.73º | 0.64% | 0.68% | - |
| XYZ | 31.95 | 36.88 | 10.14 | - |
| YUV | 156.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 63 | 0 | 0.03 | 0.64 | 0.32 | 56.73 | 0.47 | 0.46 |
| Hex | AD | A7 | 3F | 0 | 3 | 40 | 20 | 39 | 2F | 2E |
| Octal | 255 | 247 | 77 | 0 | 3 | 100 | 40 | 71 | 57 | 56 |
| Binary | 10101101 | 10100111 | 111111 | 0 | 11 | 1000000 | 100000 | 111001 | 101111 | 101110 |
Color Harmonies of #ADA73F
Complementary color
Monochromatic Colors of #ADA73F
Black with #ADA73F
Text Example
Text Example
White with #ADA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA73F; }
p { color: rgb(173,167,63); }
H1.HeaderClassName
{
color: #ADA73F;
}
.AnyTagClassName
{
color: #ADA73F;
}
</style>
background-color css
<style>
a { background-color: #ADA73F; }
a { background-color: rgb(173,167,63); }
div.DivClassName
{
background-color: #ADA73F;
}
.BgClassName
{
background-color: #ADA73F;
}
</style>
border-color css
<style>
span { border-color: #ADA73F; }
span { border-color: rgb(173,167,63); }
td.TdClassName
{
border-color: #ADA73F;
}
.TagClassName
{
border-color: #ADA73F;
}
</style>