Shades of Brass #ADA74B
Tints of Brass #ADA74B
RGB
CMYK
RGB Variations
Color information
#ADA74B (or 0xADA74B) is known color: Brass. HEX triplet: AD, A7 and 4B. RGB value is (173,167,75). Sum of RGB (Red+Green+Blue) = 173+167+75=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA74B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA74B is #5258B4. Grayscale: #9E9E9E. Windows color (decimal): -5396661 or 4958125. OLE color: 4958125.
HSL color Cylindrical-coordinate representation of color #ADA74B: hue angle of 56.33º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADA74B is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 75 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.32 |
| HSL | 56.33º | 0.4% | 0.49% | - |
| HSV(B) | 56.33º | 0.57% | 0.68% | - |
| XYZ | 32.32 | 37.03 | 12.1 | - |
| YUV | 158.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 75 | 0 | 0.03 | 0.57 | 0.32 | 56.33 | 0.4 | 0.49 |
| Hex | AD | A7 | 4B | 0 | 3 | 39 | 20 | 38 | 28 | 31 |
| Octal | 255 | 247 | 113 | 0 | 3 | 71 | 40 | 70 | 50 | 61 |
| Binary | 10101101 | 10100111 | 1001011 | 0 | 11 | 111001 | 100000 | 111000 | 101000 | 110001 |
Color Harmonies of #ADA74B
Complementary color
Monochromatic Colors of #ADA74B
Black with #ADA74B
Text Example
Text Example
White with #ADA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA74B; }
p { color: rgb(173,167,75); }
H1.HeaderClassName
{
color: #ADA74B;
}
.AnyTagClassName
{
color: #ADA74B;
}
</style>
background-color css
<style>
a { background-color: #ADA74B; }
a { background-color: rgb(173,167,75); }
div.DivClassName
{
background-color: #ADA74B;
}
.BgClassName
{
background-color: #ADA74B;
}
</style>
border-color css
<style>
span { border-color: #ADA74B; }
span { border-color: rgb(173,167,75); }
td.TdClassName
{
border-color: #ADA74B;
}
.TagClassName
{
border-color: #ADA74B;
}
</style>