Shades of Brass #ADB337
Tints of Brass #ADB337
RGB
CMYK
RGB Variations
Color information
#ADB337 (or 0xADB337) is known color: Brass. HEX triplet: AD, B3 and 37. RGB value is (173,179,55). Sum of RGB (Red+Green+Blue) = 173+179+55=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB337 is #524CC8. Grayscale: #A3A3A3. Windows color (decimal): -5393609 or 3650477. OLE color: 3650477.
HSL color Cylindrical-coordinate representation of color #ADB337: hue angle of 62.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADB337 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 55 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.30 |
| HSL | 62.9º | 0.53% | 0.46% | - |
| HSV(B) | 62.9º | 0.69% | 0.7% | - |
| XYZ | 34.04 | 41.4 | 9.81 | - |
| YUV | 163.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 55 | 0.03 | 0 | 0.69 | 0.30 | 62.9 | 0.53 | 0.46 |
| Hex | AD | B3 | 37 | 3 | 0 | 45 | 1E | 3F | 35 | 2E |
| Octal | 255 | 263 | 67 | 3 | 0 | 105 | 36 | 77 | 65 | 56 |
| Binary | 10101101 | 10110011 | 110111 | 11 | 0 | 1000101 | 11110 | 111111 | 110101 | 101110 |
Color Harmonies of #ADB337
Complementary color
Monochromatic Colors of #ADB337
Black with #ADB337
Text Example
Text Example
White with #ADB337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB337; }
p { color: rgb(173,179,55); }
H1.HeaderClassName
{
color: #ADB337;
}
.AnyTagClassName
{
color: #ADB337;
}
</style>
background-color css
<style>
a { background-color: #ADB337; }
a { background-color: rgb(173,179,55); }
div.DivClassName
{
background-color: #ADB337;
}
.BgClassName
{
background-color: #ADB337;
}
</style>
border-color css
<style>
span { border-color: #ADB337; }
span { border-color: rgb(173,179,55); }
td.TdClassName
{
border-color: #ADB337;
}
.TagClassName
{
border-color: #ADB337;
}
</style>