Shades of Brass #ADA633
Tints of Brass #ADA633
RGB
CMYK
RGB Variations
Color information
#ADA633 (or 0xADA633) is known color: Brass. HEX triplet: AD, A6 and 33. RGB value is (173,166,51). Sum of RGB (Red+Green+Blue) = 173+166+51=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA633 is #5259CC. Grayscale: #9B9B9B. Windows color (decimal): -5396941 or 3385005. OLE color: 3385005.
HSL color Cylindrical-coordinate representation of color #ADA633: hue angle of 56.56º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADA633 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 51 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.32 |
| HSL | 56.56º | 0.54% | 0.44% | - |
| HSV(B) | 56.56º | 0.71% | 0.68% | - |
| XYZ | 31.47 | 36.4 | 8.5 | - |
| YUV | 154.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 51 | 0 | 0.04 | 0.71 | 0.32 | 56.56 | 0.54 | 0.44 |
| Hex | AD | A6 | 33 | 0 | 4 | 47 | 20 | 39 | 36 | 2C |
| Octal | 255 | 246 | 63 | 0 | 4 | 107 | 40 | 71 | 66 | 54 |
| Binary | 10101101 | 10100110 | 110011 | 0 | 100 | 1000111 | 100000 | 111001 | 110110 | 101100 |
Color Harmonies of #ADA633
Complementary color
Monochromatic Colors of #ADA633
Black with #ADA633
Text Example
Text Example
White with #ADA633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA633; }
p { color: rgb(173,166,51); }
H1.HeaderClassName
{
color: #ADA633;
}
.AnyTagClassName
{
color: #ADA633;
}
</style>
background-color css
<style>
a { background-color: #ADA633; }
a { background-color: rgb(173,166,51); }
div.DivClassName
{
background-color: #ADA633;
}
.BgClassName
{
background-color: #ADA633;
}
</style>
border-color css
<style>
span { border-color: #ADA633; }
span { border-color: rgb(173,166,51); }
td.TdClassName
{
border-color: #ADA633;
}
.TagClassName
{
border-color: #ADA633;
}
</style>