Shades of Brass #AFA64E
Tints of Brass #AFA64E
RGB
CMYK
RGB Variations
Color information
#AFA64E (or 0xAFA64E) is known color: Brass. HEX triplet: AF, A6 and 4E. RGB value is (175,166,78). Sum of RGB (Red+Green+Blue) = 175+166+78=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA64E is #5059B1. Grayscale: #9F9F9F. Windows color (decimal): -5265842 or 5154479. OLE color: 5154479.
HSL color Cylindrical-coordinate representation of color #AFA64E: hue angle of 54.43º 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 #AFA64E is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 78 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.31 |
| HSL | 54.43º | 0.38% | 0.5% | - |
| HSV(B) | 54.43º | 0.55% | 0.69% | - |
| XYZ | 32.69 | 36.94 | 12.61 | - |
| YUV | 158.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 78 | 0 | 0.05 | 0.55 | 0.31 | 54.43 | 0.38 | 0.5 |
| Hex | AF | A6 | 4E | 0 | 5 | 37 | 1F | 36 | 26 | 32 |
| Octal | 257 | 246 | 116 | 0 | 5 | 67 | 37 | 66 | 46 | 62 |
| Binary | 10101111 | 10100110 | 1001110 | 0 | 101 | 110111 | 11111 | 110110 | 100110 | 110010 |
Color Harmonies of #AFA64E
Complementary color
Monochromatic Colors of #AFA64E
Black with #AFA64E
Text Example
Text Example
White with #AFA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA64E; }
p { color: rgb(175,166,78); }
H1.HeaderClassName
{
color: #AFA64E;
}
.AnyTagClassName
{
color: #AFA64E;
}
</style>
background-color css
<style>
a { background-color: #AFA64E; }
a { background-color: rgb(175,166,78); }
div.DivClassName
{
background-color: #AFA64E;
}
.BgClassName
{
background-color: #AFA64E;
}
</style>
border-color css
<style>
span { border-color: #AFA64E; }
span { border-color: rgb(175,166,78); }
td.TdClassName
{
border-color: #AFA64E;
}
.TagClassName
{
border-color: #AFA64E;
}
</style>