Shades of Brass #ADB334
Tints of Brass #ADB334
RGB
CMYK
RGB Variations
Color information
#ADB334 (or 0xADB334) is known color: Brass. HEX triplet: AD, B3 and 34. RGB value is (173,179,52). Sum of RGB (Red+Green+Blue) = 173+179+52=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB334 is #524CCB. Grayscale: #A3A3A3. Windows color (decimal): -5393612 or 3453869. OLE color: 3453869.
HSL color Cylindrical-coordinate representation of color #ADB334: hue angle of 62.83º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADB334 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 52 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.30 |
| HSL | 62.83º | 0.55% | 0.45% | - |
| HSV(B) | 62.83º | 0.71% | 0.7% | - |
| XYZ | 33.97 | 41.37 | 9.44 | - |
| YUV | 162.73 | 65.51 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 52 | 0.03 | 0 | 0.71 | 0.30 | 62.83 | 0.55 | 0.45 |
| Hex | AD | B3 | 34 | 3 | 0 | 47 | 1E | 3F | 37 | 2D |
| Octal | 255 | 263 | 64 | 3 | 0 | 107 | 36 | 77 | 67 | 55 |
| Binary | 10101101 | 10110011 | 110100 | 11 | 0 | 1000111 | 11110 | 111111 | 110111 | 101101 |
Color Harmonies of #ADB334
Complementary color
Monochromatic Colors of #ADB334
Black with #ADB334
Text Example
Text Example
White with #ADB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB334; }
p { color: rgb(173,179,52); }
H1.HeaderClassName
{
color: #ADB334;
}
.AnyTagClassName
{
color: #ADB334;
}
</style>
background-color css
<style>
a { background-color: #ADB334; }
a { background-color: rgb(173,179,52); }
div.DivClassName
{
background-color: #ADB334;
}
.BgClassName
{
background-color: #ADB334;
}
</style>
border-color css
<style>
span { border-color: #ADB334; }
span { border-color: rgb(173,179,52); }
td.TdClassName
{
border-color: #ADB334;
}
.TagClassName
{
border-color: #ADB334;
}
</style>