Shades of Brass #ADA738
Tints of Brass #ADA738
RGB
CMYK
RGB Variations
Color information
#ADA738 (or 0xADA738) is known color: Brass. HEX triplet: AD, A7 and 38. RGB value is (173,167,56). Sum of RGB (Red+Green+Blue) = 173+167+56=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA738 is #5258C7. Grayscale: #9C9C9C. Windows color (decimal): -5396680 or 3712941. OLE color: 3712941.
HSL color Cylindrical-coordinate representation of color #ADA738: hue angle of 56.92º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADA738 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 56 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.32 |
| HSL | 56.92º | 0.51% | 0.45% | - |
| HSV(B) | 56.92º | 0.68% | 0.68% | - |
| XYZ | 31.77 | 36.81 | 9.17 | - |
| YUV | 156.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 56 | 0 | 0.03 | 0.68 | 0.32 | 56.92 | 0.51 | 0.45 |
| Hex | AD | A7 | 38 | 0 | 3 | 44 | 20 | 39 | 33 | 2D |
| Octal | 255 | 247 | 70 | 0 | 3 | 104 | 40 | 71 | 63 | 55 |
| Binary | 10101101 | 10100111 | 111000 | 0 | 11 | 1000100 | 100000 | 111001 | 110011 | 101101 |
Color Harmonies of #ADA738
Complementary color
Monochromatic Colors of #ADA738
Black with #ADA738
Text Example
Text Example
White with #ADA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA738; }
p { color: rgb(173,167,56); }
H1.HeaderClassName
{
color: #ADA738;
}
.AnyTagClassName
{
color: #ADA738;
}
</style>
background-color css
<style>
a { background-color: #ADA738; }
a { background-color: rgb(173,167,56); }
div.DivClassName
{
background-color: #ADA738;
}
.BgClassName
{
background-color: #ADA738;
}
</style>
border-color css
<style>
span { border-color: #ADA738; }
span { border-color: rgb(173,167,56); }
td.TdClassName
{
border-color: #ADA738;
}
.TagClassName
{
border-color: #ADA738;
}
</style>