Shades of Brass #ADB041
Tints of Brass #ADB041
RGB
CMYK
RGB Variations
Color information
#ADB041 (or 0xADB041) is known color: Brass. HEX triplet: AD, B0 and 41. RGB value is (173,176,65). Sum of RGB (Red+Green+Blue) = 173+176+65=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB041 is #524FBE. Grayscale: #A2A2A2. Windows color (decimal): -5394367 or 4305069. OLE color: 4305069.
HSL color Cylindrical-coordinate representation of color #ADB041: hue angle of 61.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADB041 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 65 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.31 |
| HSL | 61.62º | 0.46% | 0.47% | - |
| HSV(B) | 61.62º | 0.63% | 0.69% | - |
| XYZ | 33.71 | 40.32 | 11.01 | - |
| YUV | 162.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 65 | 0.02 | 0 | 0.63 | 0.31 | 61.62 | 0.46 | 0.47 |
| Hex | AD | B0 | 41 | 2 | 0 | 3F | 1F | 3E | 2E | 2F |
| Octal | 255 | 260 | 101 | 2 | 0 | 77 | 37 | 76 | 56 | 57 |
| Binary | 10101101 | 10110000 | 1000001 | 10 | 0 | 111111 | 11111 | 111110 | 101110 | 101111 |
Color Harmonies of #ADB041
Complementary color
Monochromatic Colors of #ADB041
Black with #ADB041
Text Example
Text Example
White with #ADB041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB041; }
p { color: rgb(173,176,65); }
H1.HeaderClassName
{
color: #ADB041;
}
.AnyTagClassName
{
color: #ADB041;
}
</style>
background-color css
<style>
a { background-color: #ADB041; }
a { background-color: rgb(173,176,65); }
div.DivClassName
{
background-color: #ADB041;
}
.BgClassName
{
background-color: #ADB041;
}
</style>
border-color css
<style>
span { border-color: #ADB041; }
span { border-color: rgb(173,176,65); }
td.TdClassName
{
border-color: #ADB041;
}
.TagClassName
{
border-color: #ADB041;
}
</style>