Shades of Brass #A8A74D
Tints of Brass #A8A74D
RGB
CMYK
RGB Variations
Color information
#A8A74D (or 0xA8A74D) is known color: Brass. HEX triplet: A8, A7 and 4D. RGB value is (168,167,77). Sum of RGB (Red+Green+Blue) = 168+167+77=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A74D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A74D is #5758B2. Grayscale: #9D9D9D. Windows color (decimal): -5724339 or 5089192. OLE color: 5089192.
HSL color Cylindrical-coordinate representation of color #A8A74D: hue angle of 59.34º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8A74D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 77 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.34 |
| HSL | 59.34º | 0.37% | 0.48% | - |
| HSV(B) | 59.34º | 0.54% | 0.66% | - |
| XYZ | 31.31 | 36.5 | 12.42 | - |
| YUV | 157.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 77 | 0 | 0.01 | 0.54 | 0.34 | 59.34 | 0.37 | 0.48 |
| Hex | A8 | A7 | 4D | 0 | 1 | 36 | 22 | 3B | 25 | 30 |
| Octal | 250 | 247 | 115 | 0 | 1 | 66 | 42 | 73 | 45 | 60 |
| Binary | 10101000 | 10100111 | 1001101 | 0 | 1 | 110110 | 100010 | 111011 | 100101 | 110000 |
Color Harmonies of #A8A74D
Complementary color
Monochromatic Colors of #A8A74D
Black with #A8A74D
Text Example
Text Example
White with #A8A74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A74D; }
p { color: rgb(168,167,77); }
H1.HeaderClassName
{
color: #A8A74D;
}
.AnyTagClassName
{
color: #A8A74D;
}
</style>
background-color css
<style>
a { background-color: #A8A74D; }
a { background-color: rgb(168,167,77); }
div.DivClassName
{
background-color: #A8A74D;
}
.BgClassName
{
background-color: #A8A74D;
}
</style>
border-color css
<style>
span { border-color: #A8A74D; }
span { border-color: rgb(168,167,77); }
td.TdClassName
{
border-color: #A8A74D;
}
.TagClassName
{
border-color: #A8A74D;
}
</style>