Shades of Brass #ADAC35
Tints of Brass #ADAC35
RGB
CMYK
RGB Variations
Color information
#ADAC35 (or 0xADAC35) is known color: Brass. HEX triplet: AD, AC and 35. RGB value is (173,172,53). Sum of RGB (Red+Green+Blue) = 173+172+53=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC35 is #5253CA. Grayscale: #9F9F9F. Windows color (decimal): -5395403 or 3517613. OLE color: 3517613.
HSL color Cylindrical-coordinate representation of color #ADAC35: hue angle of 59.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADAC35 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 53 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.32 |
| HSL | 59.5º | 0.53% | 0.44% | - |
| HSV(B) | 59.5º | 0.69% | 0.68% | - |
| XYZ | 32.63 | 38.65 | 9.11 | - |
| YUV | 158.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 53 | 0 | 0.01 | 0.69 | 0.32 | 59.5 | 0.53 | 0.44 |
| Hex | AD | AC | 35 | 0 | 1 | 45 | 20 | 3C | 35 | 2C |
| Octal | 255 | 254 | 65 | 0 | 1 | 105 | 40 | 74 | 65 | 54 |
| Binary | 10101101 | 10101100 | 110101 | 0 | 1 | 1000101 | 100000 | 111100 | 110101 | 101100 |
Color Harmonies of #ADAC35
Complementary color
Monochromatic Colors of #ADAC35
Black with #ADAC35
Text Example
Text Example
White with #ADAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC35; }
p { color: rgb(173,172,53); }
H1.HeaderClassName
{
color: #ADAC35;
}
.AnyTagClassName
{
color: #ADAC35;
}
</style>
background-color css
<style>
a { background-color: #ADAC35; }
a { background-color: rgb(173,172,53); }
div.DivClassName
{
background-color: #ADAC35;
}
.BgClassName
{
background-color: #ADAC35;
}
</style>
border-color css
<style>
span { border-color: #ADAC35; }
span { border-color: rgb(173,172,53); }
td.TdClassName
{
border-color: #ADAC35;
}
.TagClassName
{
border-color: #ADAC35;
}
</style>