Shades of Brass #ADAC3B
Tints of Brass #ADAC3B
RGB
CMYK
RGB Variations
Color information
#ADAC3B (or 0xADAC3B) is known color: Brass. HEX triplet: AD, AC and 3B. RGB value is (173,172,59). Sum of RGB (Red+Green+Blue) = 173+172+59=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC3B is #5253C4. Grayscale: #9F9F9F. Windows color (decimal): -5395397 or 3910829. OLE color: 3910829.
HSL color Cylindrical-coordinate representation of color #ADAC3B: hue angle of 59.47º 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 #ADAC3B is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 59 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.32 |
| HSL | 59.47º | 0.49% | 0.45% | - |
| HSV(B) | 59.47º | 0.66% | 0.68% | - |
| XYZ | 32.78 | 38.71 | 9.88 | - |
| YUV | 159.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 59 | 0 | 0.01 | 0.66 | 0.32 | 59.47 | 0.49 | 0.45 |
| Hex | AD | AC | 3B | 0 | 1 | 42 | 20 | 3B | 31 | 2D |
| Octal | 255 | 254 | 73 | 0 | 1 | 102 | 40 | 73 | 61 | 55 |
| Binary | 10101101 | 10101100 | 111011 | 0 | 1 | 1000010 | 100000 | 111011 | 110001 | 101101 |
Color Harmonies of #ADAC3B
Complementary color
Monochromatic Colors of #ADAC3B
Black with #ADAC3B
Text Example
Text Example
White with #ADAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC3B; }
p { color: rgb(173,172,59); }
H1.HeaderClassName
{
color: #ADAC3B;
}
.AnyTagClassName
{
color: #ADAC3B;
}
</style>
background-color css
<style>
a { background-color: #ADAC3B; }
a { background-color: rgb(173,172,59); }
div.DivClassName
{
background-color: #ADAC3B;
}
.BgClassName
{
background-color: #ADAC3B;
}
</style>
border-color css
<style>
span { border-color: #ADAC3B; }
span { border-color: rgb(173,172,59); }
td.TdClassName
{
border-color: #ADAC3B;
}
.TagClassName
{
border-color: #ADAC3B;
}
</style>