Shades of Brass #ADAC37
Tints of Brass #ADAC37
RGB
CMYK
RGB Variations
Color information
#ADAC37 (or 0xADAC37) is known color: Brass. HEX triplet: AD, AC and 37. RGB value is (173,172,55). Sum of RGB (Red+Green+Blue) = 173+172+55=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC37 is #5253C8. Grayscale: #9F9F9F. Windows color (decimal): -5395401 or 3648685. OLE color: 3648685.
HSL color Cylindrical-coordinate representation of color #ADAC37: hue angle of 59.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADAC37 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 55 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.32 |
| HSL | 59.49º | 0.52% | 0.45% | - |
| HSV(B) | 59.49º | 0.68% | 0.68% | - |
| XYZ | 32.68 | 38.67 | 9.36 | - |
| YUV | 158.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 55 | 0 | 0.01 | 0.68 | 0.32 | 59.49 | 0.52 | 0.45 |
| Hex | AD | AC | 37 | 0 | 1 | 44 | 20 | 3B | 34 | 2D |
| Octal | 255 | 254 | 67 | 0 | 1 | 104 | 40 | 73 | 64 | 55 |
| Binary | 10101101 | 10101100 | 110111 | 0 | 1 | 1000100 | 100000 | 111011 | 110100 | 101101 |
Color Harmonies of #ADAC37
Complementary color
Monochromatic Colors of #ADAC37
Black with #ADAC37
Text Example
Text Example
White with #ADAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC37; }
p { color: rgb(173,172,55); }
H1.HeaderClassName
{
color: #ADAC37;
}
.AnyTagClassName
{
color: #ADAC37;
}
</style>
background-color css
<style>
a { background-color: #ADAC37; }
a { background-color: rgb(173,172,55); }
div.DivClassName
{
background-color: #ADAC37;
}
.BgClassName
{
background-color: #ADAC37;
}
</style>
border-color css
<style>
span { border-color: #ADAC37; }
span { border-color: rgb(173,172,55); }
td.TdClassName
{
border-color: #ADAC37;
}
.TagClassName
{
border-color: #ADAC37;
}
</style>