Shades of Brass #ADAA44
Tints of Brass #ADAA44
RGB
CMYK
RGB Variations
Color information
#ADAA44 (or 0xADAA44) is known color: Brass. HEX triplet: AD, AA and 44. RGB value is (173,170,68). Sum of RGB (Red+Green+Blue) = 173+170+68=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA44 is #5255BB. Grayscale: #9F9F9F. Windows color (decimal): -5395900 or 4500141. OLE color: 4500141.
HSL color Cylindrical-coordinate representation of color #ADAA44: hue angle of 58.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADAA44 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 68 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.32 |
| HSL | 58.29º | 0.44% | 0.47% | - |
| HSV(B) | 58.29º | 0.61% | 0.68% | - |
| XYZ | 32.65 | 38.05 | 11.09 | - |
| YUV | 159.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 68 | 0 | 0.02 | 0.61 | 0.32 | 58.29 | 0.44 | 0.47 |
| Hex | AD | AA | 44 | 0 | 2 | 3D | 20 | 3A | 2C | 2F |
| Octal | 255 | 252 | 104 | 0 | 2 | 75 | 40 | 72 | 54 | 57 |
| Binary | 10101101 | 10101010 | 1000100 | 0 | 10 | 111101 | 100000 | 111010 | 101100 | 101111 |
Color Harmonies of #ADAA44
Complementary color
Monochromatic Colors of #ADAA44
Black with #ADAA44
Text Example
Text Example
White with #ADAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA44; }
p { color: rgb(173,170,68); }
H1.HeaderClassName
{
color: #ADAA44;
}
.AnyTagClassName
{
color: #ADAA44;
}
</style>
background-color css
<style>
a { background-color: #ADAA44; }
a { background-color: rgb(173,170,68); }
div.DivClassName
{
background-color: #ADAA44;
}
.BgClassName
{
background-color: #ADAA44;
}
</style>
border-color css
<style>
span { border-color: #ADAA44; }
span { border-color: rgb(173,170,68); }
td.TdClassName
{
border-color: #ADAA44;
}
.TagClassName
{
border-color: #ADAA44;
}
</style>