Shades of Brass #ADA73B
Tints of Brass #ADA73B
RGB
CMYK
RGB Variations
Color information
#ADA73B (or 0xADA73B) is known color: Brass. HEX triplet: AD, A7 and 3B. RGB value is (173,167,59). Sum of RGB (Red+Green+Blue) = 173+167+59=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA73B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA73B is #5258C4. Grayscale: #9C9C9C. Windows color (decimal): -5396677 or 3909549. OLE color: 3909549.
HSL color Cylindrical-coordinate representation of color #ADA73B: hue angle of 56.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADA73B is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 59 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.32 |
| HSL | 56.84º | 0.49% | 0.45% | - |
| HSV(B) | 56.84º | 0.66% | 0.68% | - |
| XYZ | 31.84 | 36.84 | 9.57 | - |
| YUV | 156.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 59 | 0 | 0.03 | 0.66 | 0.32 | 56.84 | 0.49 | 0.45 |
| Hex | AD | A7 | 3B | 0 | 3 | 42 | 20 | 39 | 31 | 2D |
| Octal | 255 | 247 | 73 | 0 | 3 | 102 | 40 | 71 | 61 | 55 |
| Binary | 10101101 | 10100111 | 111011 | 0 | 11 | 1000010 | 100000 | 111001 | 110001 | 101101 |
Color Harmonies of #ADA73B
Complementary color
Monochromatic Colors of #ADA73B
Black with #ADA73B
Text Example
Text Example
White with #ADA73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA73B; }
p { color: rgb(173,167,59); }
H1.HeaderClassName
{
color: #ADA73B;
}
.AnyTagClassName
{
color: #ADA73B;
}
</style>
background-color css
<style>
a { background-color: #ADA73B; }
a { background-color: rgb(173,167,59); }
div.DivClassName
{
background-color: #ADA73B;
}
.BgClassName
{
background-color: #ADA73B;
}
</style>
border-color css
<style>
span { border-color: #ADA73B; }
span { border-color: rgb(173,167,59); }
td.TdClassName
{
border-color: #ADA73B;
}
.TagClassName
{
border-color: #ADA73B;
}
</style>