Shades of Brass #ADAA36
Tints of Brass #ADAA36
RGB
CMYK
RGB Variations
Color information
#ADAA36 (or 0xADAA36) is known color: Brass. HEX triplet: AD, AA and 36. RGB value is (173,170,54). Sum of RGB (Red+Green+Blue) = 173+170+54=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA36 is #5255C9. Grayscale: #9E9E9E. Windows color (decimal): -5395914 or 3582637. OLE color: 3582637.
HSL color Cylindrical-coordinate representation of color #ADAA36: hue angle of 58.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADAA36 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 54 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.32 |
| HSL | 58.49º | 0.52% | 0.45% | - |
| HSV(B) | 58.49º | 0.69% | 0.68% | - |
| XYZ | 32.27 | 37.9 | 9.1 | - |
| YUV | 157.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 54 | 0 | 0.02 | 0.69 | 0.32 | 58.49 | 0.52 | 0.45 |
| Hex | AD | AA | 36 | 0 | 2 | 45 | 20 | 3A | 34 | 2D |
| Octal | 255 | 252 | 66 | 0 | 2 | 105 | 40 | 72 | 64 | 55 |
| Binary | 10101101 | 10101010 | 110110 | 0 | 10 | 1000101 | 100000 | 111010 | 110100 | 101101 |
Color Harmonies of #ADAA36
Complementary color
Monochromatic Colors of #ADAA36
Black with #ADAA36
Text Example
Text Example
White with #ADAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA36; }
p { color: rgb(173,170,54); }
H1.HeaderClassName
{
color: #ADAA36;
}
.AnyTagClassName
{
color: #ADAA36;
}
</style>
background-color css
<style>
a { background-color: #ADAA36; }
a { background-color: rgb(173,170,54); }
div.DivClassName
{
background-color: #ADAA36;
}
.BgClassName
{
background-color: #ADAA36;
}
</style>
border-color css
<style>
span { border-color: #ADAA36; }
span { border-color: rgb(173,170,54); }
td.TdClassName
{
border-color: #ADAA36;
}
.TagClassName
{
border-color: #ADAA36;
}
</style>