Shades of Brass #ADB040
Tints of Brass #ADB040
RGB
CMYK
RGB Variations
Color information
#ADB040 (or 0xADB040) is known color: Brass. HEX triplet: AD, B0 and 40. RGB value is (173,176,64). Sum of RGB (Red+Green+Blue) = 173+176+64=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB040 is #524FBF. Grayscale: #A2A2A2. Windows color (decimal): -5394368 or 4239533. OLE color: 4239533.
HSL color Cylindrical-coordinate representation of color #ADB040: hue angle of 61.61º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB040 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 64 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.31 |
| HSL | 61.61º | 0.47% | 0.47% | - |
| HSV(B) | 61.61º | 0.64% | 0.69% | - |
| XYZ | 33.68 | 40.31 | 10.85 | - |
| YUV | 162.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 64 | 0.02 | 0 | 0.64 | 0.31 | 61.61 | 0.47 | 0.47 |
| Hex | AD | B0 | 40 | 2 | 0 | 40 | 1F | 3E | 2F | 2F |
| Octal | 255 | 260 | 100 | 2 | 0 | 100 | 37 | 76 | 57 | 57 |
| Binary | 10101101 | 10110000 | 1000000 | 10 | 0 | 1000000 | 11111 | 111110 | 101111 | 101111 |
Color Harmonies of #ADB040
Complementary color
Monochromatic Colors of #ADB040
Black with #ADB040
Text Example
Text Example
White with #ADB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB040; }
p { color: rgb(173,176,64); }
H1.HeaderClassName
{
color: #ADB040;
}
.AnyTagClassName
{
color: #ADB040;
}
</style>
background-color css
<style>
a { background-color: #ADB040; }
a { background-color: rgb(173,176,64); }
div.DivClassName
{
background-color: #ADB040;
}
.BgClassName
{
background-color: #ADB040;
}
</style>
border-color css
<style>
span { border-color: #ADB040; }
span { border-color: rgb(173,176,64); }
td.TdClassName
{
border-color: #ADB040;
}
.TagClassName
{
border-color: #ADB040;
}
</style>