Shades of Brass #ADA733
Tints of Brass #ADA733
RGB
CMYK
RGB Variations
Color information
#ADA733 (or 0xADA733) is known color: Brass. HEX triplet: AD, A7 and 33. RGB value is (173,167,51). Sum of RGB (Red+Green+Blue) = 173+167+51=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA733 is #5258CC. Grayscale: #9C9C9C. Windows color (decimal): -5396685 or 3385261. OLE color: 3385261.
HSL color Cylindrical-coordinate representation of color #ADA733: hue angle of 57.05º 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 #ADA733 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 51 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.32 |
| HSL | 57.05º | 0.54% | 0.44% | - |
| HSV(B) | 57.05º | 0.71% | 0.68% | - |
| XYZ | 31.65 | 36.76 | 8.56 | - |
| YUV | 155.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 51 | 0 | 0.03 | 0.71 | 0.32 | 57.05 | 0.54 | 0.44 |
| Hex | AD | A7 | 33 | 0 | 3 | 47 | 20 | 39 | 36 | 2C |
| Octal | 255 | 247 | 63 | 0 | 3 | 107 | 40 | 71 | 66 | 54 |
| Binary | 10101101 | 10100111 | 110011 | 0 | 11 | 1000111 | 100000 | 111001 | 110110 | 101100 |
Color Harmonies of #ADA733
Complementary color
Monochromatic Colors of #ADA733
Black with #ADA733
Text Example
Text Example
White with #ADA733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA733; }
p { color: rgb(173,167,51); }
H1.HeaderClassName
{
color: #ADA733;
}
.AnyTagClassName
{
color: #ADA733;
}
</style>
background-color css
<style>
a { background-color: #ADA733; }
a { background-color: rgb(173,167,51); }
div.DivClassName
{
background-color: #ADA733;
}
.BgClassName
{
background-color: #ADA733;
}
</style>
border-color css
<style>
span { border-color: #ADA733; }
span { border-color: rgb(173,167,51); }
td.TdClassName
{
border-color: #ADA733;
}
.TagClassName
{
border-color: #ADA733;
}
</style>