Shades of Brass #AFA74E
Tints of Brass #AFA74E
RGB
CMYK
RGB Variations
Color information
#AFA74E (or 0xAFA74E) is known color: Brass. HEX triplet: AF, A7 and 4E. RGB value is (175,167,78). Sum of RGB (Red+Green+Blue) = 175+167+78=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA74E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA74E is #5058B1. Grayscale: #9F9F9F. Windows color (decimal): -5265586 or 5154735. OLE color: 5154735.
HSL color Cylindrical-coordinate representation of color #AFA74E: hue angle of 55.05º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFA74E is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 78 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.31 |
| HSL | 55.05º | 0.38% | 0.5% | - |
| HSV(B) | 55.05º | 0.55% | 0.69% | - |
| XYZ | 32.87 | 37.3 | 12.68 | - |
| YUV | 159.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 78 | 0 | 0.05 | 0.55 | 0.31 | 55.05 | 0.38 | 0.5 |
| Hex | AF | A7 | 4E | 0 | 5 | 37 | 1F | 37 | 26 | 32 |
| Octal | 257 | 247 | 116 | 0 | 5 | 67 | 37 | 67 | 46 | 62 |
| Binary | 10101111 | 10100111 | 1001110 | 0 | 101 | 110111 | 11111 | 110111 | 100110 | 110010 |
Color Harmonies of #AFA74E
Complementary color
Monochromatic Colors of #AFA74E
Black with #AFA74E
Text Example
Text Example
White with #AFA74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA74E; }
p { color: rgb(175,167,78); }
H1.HeaderClassName
{
color: #AFA74E;
}
.AnyTagClassName
{
color: #AFA74E;
}
</style>
background-color css
<style>
a { background-color: #AFA74E; }
a { background-color: rgb(175,167,78); }
div.DivClassName
{
background-color: #AFA74E;
}
.BgClassName
{
background-color: #AFA74E;
}
</style>
border-color css
<style>
span { border-color: #AFA74E; }
span { border-color: rgb(175,167,78); }
td.TdClassName
{
border-color: #AFA74E;
}
.TagClassName
{
border-color: #AFA74E;
}
</style>