Shades of Brass #ADA74C
Tints of Brass #ADA74C
RGB
CMYK
RGB Variations
Color information
#ADA74C (or 0xADA74C) is known color: Brass. HEX triplet: AD, A7 and 4C. RGB value is (173,167,76). Sum of RGB (Red+Green+Blue) = 173+167+76=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA74C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA74C is #5258B3. Grayscale: #9E9E9E. Windows color (decimal): -5396660 or 5023661. OLE color: 5023661.
HSL color Cylindrical-coordinate representation of color #ADA74C: hue angle of 56.29º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADA74C is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 76 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.32 |
| HSL | 56.29º | 0.39% | 0.49% | - |
| HSV(B) | 56.29º | 0.56% | 0.68% | - |
| XYZ | 32.36 | 37.04 | 12.28 | - |
| YUV | 158.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 76 | 0 | 0.03 | 0.56 | 0.32 | 56.29 | 0.39 | 0.49 |
| Hex | AD | A7 | 4C | 0 | 3 | 38 | 20 | 38 | 27 | 31 |
| Octal | 255 | 247 | 114 | 0 | 3 | 70 | 40 | 70 | 47 | 61 |
| Binary | 10101101 | 10100111 | 1001100 | 0 | 11 | 111000 | 100000 | 111000 | 100111 | 110001 |
Color Harmonies of #ADA74C
Complementary color
Monochromatic Colors of #ADA74C
Black with #ADA74C
Text Example
Text Example
White with #ADA74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA74C; }
p { color: rgb(173,167,76); }
H1.HeaderClassName
{
color: #ADA74C;
}
.AnyTagClassName
{
color: #ADA74C;
}
</style>
background-color css
<style>
a { background-color: #ADA74C; }
a { background-color: rgb(173,167,76); }
div.DivClassName
{
background-color: #ADA74C;
}
.BgClassName
{
background-color: #ADA74C;
}
</style>
border-color css
<style>
span { border-color: #ADA74C; }
span { border-color: rgb(173,167,76); }
td.TdClassName
{
border-color: #ADA74C;
}
.TagClassName
{
border-color: #ADA74C;
}
</style>