Shades of Brass #ADAC41
Tints of Brass #ADAC41
RGB
CMYK
RGB Variations
Color information
#ADAC41 (or 0xADAC41) is known color: Brass. HEX triplet: AD, AC and 41. RGB value is (173,172,65). Sum of RGB (Red+Green+Blue) = 173+172+65=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC41 is #5253BE. Grayscale: #A0A0A0. Windows color (decimal): -5395391 or 4304045. OLE color: 4304045.
HSL color Cylindrical-coordinate representation of color #ADAC41: hue angle of 59.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADAC41 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 65 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.32 |
| HSL | 59.44º | 0.45% | 0.47% | - |
| HSV(B) | 59.44º | 0.62% | 0.68% | - |
| XYZ | 32.94 | 38.77 | 10.75 | - |
| YUV | 160.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 65 | 0 | 0.01 | 0.62 | 0.32 | 59.44 | 0.45 | 0.47 |
| Hex | AD | AC | 41 | 0 | 1 | 3E | 20 | 3B | 2D | 2F |
| Octal | 255 | 254 | 101 | 0 | 1 | 76 | 40 | 73 | 55 | 57 |
| Binary | 10101101 | 10101100 | 1000001 | 0 | 1 | 111110 | 100000 | 111011 | 101101 | 101111 |
Color Harmonies of #ADAC41
Complementary color
Monochromatic Colors of #ADAC41
Black with #ADAC41
Text Example
Text Example
White with #ADAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC41; }
p { color: rgb(173,172,65); }
H1.HeaderClassName
{
color: #ADAC41;
}
.AnyTagClassName
{
color: #ADAC41;
}
</style>
background-color css
<style>
a { background-color: #ADAC41; }
a { background-color: rgb(173,172,65); }
div.DivClassName
{
background-color: #ADAC41;
}
.BgClassName
{
background-color: #ADAC41;
}
</style>
border-color css
<style>
span { border-color: #ADAC41; }
span { border-color: rgb(173,172,65); }
td.TdClassName
{
border-color: #ADAC41;
}
.TagClassName
{
border-color: #ADAC41;
}
</style>