Shades of Brass #ADAC32
Tints of Brass #ADAC32
RGB
CMYK
RGB Variations
Color information
#ADAC32 (or 0xADAC32) is known color: Brass. HEX triplet: AD, AC and 32. RGB value is (173,172,50). Sum of RGB (Red+Green+Blue) = 173+172+50=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC32 is #5253CD. Grayscale: #9E9E9E. Windows color (decimal): -5395406 or 3321005. OLE color: 3321005.
HSL color Cylindrical-coordinate representation of color #ADAC32: hue angle of 59.51º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADAC32 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 50 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.32 |
| HSL | 59.51º | 0.55% | 0.44% | - |
| HSV(B) | 59.51º | 0.71% | 0.68% | - |
| XYZ | 32.56 | 38.62 | 8.76 | - |
| YUV | 158.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 50 | 0 | 0.01 | 0.71 | 0.32 | 59.51 | 0.55 | 0.44 |
| Hex | AD | AC | 32 | 0 | 1 | 47 | 20 | 3C | 37 | 2C |
| Octal | 255 | 254 | 62 | 0 | 1 | 107 | 40 | 74 | 67 | 54 |
| Binary | 10101101 | 10101100 | 110010 | 0 | 1 | 1000111 | 100000 | 111100 | 110111 | 101100 |
Color Harmonies of #ADAC32
Complementary color
Monochromatic Colors of #ADAC32
Black with #ADAC32
Text Example
Text Example
White with #ADAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC32; }
p { color: rgb(173,172,50); }
H1.HeaderClassName
{
color: #ADAC32;
}
.AnyTagClassName
{
color: #ADAC32;
}
</style>
background-color css
<style>
a { background-color: #ADAC32; }
a { background-color: rgb(173,172,50); }
div.DivClassName
{
background-color: #ADAC32;
}
.BgClassName
{
background-color: #ADAC32;
}
</style>
border-color css
<style>
span { border-color: #ADAC32; }
span { border-color: rgb(173,172,50); }
td.TdClassName
{
border-color: #ADAC32;
}
.TagClassName
{
border-color: #ADAC32;
}
</style>