Shades of Brass #ADA745
Tints of Brass #ADA745
RGB
CMYK
RGB Variations
Color information
#ADA745 (or 0xADA745) is known color: Brass. HEX triplet: AD, A7 and 45. RGB value is (173,167,69). Sum of RGB (Red+Green+Blue) = 173+167+69=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA745 is #5258BA. Grayscale: #9E9E9E. Windows color (decimal): -5396667 or 4564909. OLE color: 4564909.
HSL color Cylindrical-coordinate representation of color #ADA745: hue angle of 56.54º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADA745 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 69 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.32 |
| HSL | 56.54º | 0.43% | 0.47% | - |
| HSV(B) | 56.54º | 0.6% | 0.68% | - |
| XYZ | 32.13 | 36.95 | 11.07 | - |
| YUV | 157.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 69 | 0 | 0.03 | 0.60 | 0.32 | 56.54 | 0.43 | 0.47 |
| Hex | AD | A7 | 45 | 0 | 3 | 3C | 20 | 39 | 2B | 2F |
| Octal | 255 | 247 | 105 | 0 | 3 | 74 | 40 | 71 | 53 | 57 |
| Binary | 10101101 | 10100111 | 1000101 | 0 | 11 | 111100 | 100000 | 111001 | 101011 | 101111 |
Color Harmonies of #ADA745
Complementary color
Monochromatic Colors of #ADA745
Black with #ADA745
Text Example
Text Example
White with #ADA745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA745; }
p { color: rgb(173,167,69); }
H1.HeaderClassName
{
color: #ADA745;
}
.AnyTagClassName
{
color: #ADA745;
}
</style>
background-color css
<style>
a { background-color: #ADA745; }
a { background-color: rgb(173,167,69); }
div.DivClassName
{
background-color: #ADA745;
}
.BgClassName
{
background-color: #ADA745;
}
</style>
border-color css
<style>
span { border-color: #ADA745; }
span { border-color: rgb(173,167,69); }
td.TdClassName
{
border-color: #ADA745;
}
.TagClassName
{
border-color: #ADA745;
}
</style>