Shades of Brass #ADA54F
Tints of Brass #ADA54F
RGB
CMYK
RGB Variations
Color information
#ADA54F (or 0xADA54F) is known color: Brass. HEX triplet: AD, A5 and 4F. RGB value is (173,165,79). Sum of RGB (Red+Green+Blue) = 173+165+79=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA54F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA54F is #525AB0. Grayscale: #9D9D9D. Windows color (decimal): -5397169 or 5219757. OLE color: 5219757.
HSL color Cylindrical-coordinate representation of color #ADA54F: hue angle of 54.89º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADA54F is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 79 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.32 |
| HSL | 54.89º | 0.37% | 0.49% | - |
| HSV(B) | 54.89º | 0.54% | 0.68% | - |
| XYZ | 32.1 | 36.36 | 12.72 | - |
| YUV | 157.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 79 | 0 | 0.05 | 0.54 | 0.32 | 54.89 | 0.37 | 0.49 |
| Hex | AD | A5 | 4F | 0 | 5 | 36 | 20 | 37 | 25 | 31 |
| Octal | 255 | 245 | 117 | 0 | 5 | 66 | 40 | 67 | 45 | 61 |
| Binary | 10101101 | 10100101 | 1001111 | 0 | 101 | 110110 | 100000 | 110111 | 100101 | 110001 |
Color Harmonies of #ADA54F
Complementary color
Monochromatic Colors of #ADA54F
Black with #ADA54F
Text Example
Text Example
White with #ADA54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA54F; }
p { color: rgb(173,165,79); }
H1.HeaderClassName
{
color: #ADA54F;
}
.AnyTagClassName
{
color: #ADA54F;
}
</style>
background-color css
<style>
a { background-color: #ADA54F; }
a { background-color: rgb(173,165,79); }
div.DivClassName
{
background-color: #ADA54F;
}
.BgClassName
{
background-color: #ADA54F;
}
</style>
border-color css
<style>
span { border-color: #ADA54F; }
span { border-color: rgb(173,165,79); }
td.TdClassName
{
border-color: #ADA54F;
}
.TagClassName
{
border-color: #ADA54F;
}
</style>