Shades of Brass #ADB044
Tints of Brass #ADB044
RGB
CMYK
RGB Variations
Color information
#ADB044 (or 0xADB044) is known color: Brass. HEX triplet: AD, B0 and 44. RGB value is (173,176,68). Sum of RGB (Red+Green+Blue) = 173+176+68=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB044 is #524FBB. Grayscale: #A3A3A3. Windows color (decimal): -5394364 or 4501677. OLE color: 4501677.
HSL color Cylindrical-coordinate representation of color #ADB044: hue angle of 61.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADB044 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 68 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.31 |
| HSL | 61.67º | 0.44% | 0.48% | - |
| HSV(B) | 61.67º | 0.61% | 0.69% | - |
| XYZ | 33.8 | 40.35 | 11.48 | - |
| YUV | 162.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 68 | 0.02 | 0 | 0.61 | 0.31 | 61.67 | 0.44 | 0.48 |
| Hex | AD | B0 | 44 | 2 | 0 | 3D | 1F | 3E | 2C | 30 |
| Octal | 255 | 260 | 104 | 2 | 0 | 75 | 37 | 76 | 54 | 60 |
| Binary | 10101101 | 10110000 | 1000100 | 10 | 0 | 111101 | 11111 | 111110 | 101100 | 110000 |
Color Harmonies of #ADB044
Complementary color
Monochromatic Colors of #ADB044
Black with #ADB044
Text Example
Text Example
White with #ADB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB044; }
p { color: rgb(173,176,68); }
H1.HeaderClassName
{
color: #ADB044;
}
.AnyTagClassName
{
color: #ADB044;
}
</style>
background-color css
<style>
a { background-color: #ADB044; }
a { background-color: rgb(173,176,68); }
div.DivClassName
{
background-color: #ADB044;
}
.BgClassName
{
background-color: #ADB044;
}
</style>
border-color css
<style>
span { border-color: #ADB044; }
span { border-color: rgb(173,176,68); }
td.TdClassName
{
border-color: #ADB044;
}
.TagClassName
{
border-color: #ADB044;
}
</style>