Shades of Brass #AFA94E
Tints of Brass #AFA94E
RGB
CMYK
RGB Variations
Color information
#AFA94E (or 0xAFA94E) is known color: Brass. HEX triplet: AF, A9 and 4E. RGB value is (175,169,78). Sum of RGB (Red+Green+Blue) = 175+169+78=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA94E is #5056B1. Grayscale: #A0A0A0. Windows color (decimal): -5265074 or 5155247. OLE color: 5155247.
HSL color Cylindrical-coordinate representation of color #AFA94E: hue angle of 56.29º 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 #AFA94E is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 78 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.31 |
| HSL | 56.29º | 0.38% | 0.5% | - |
| HSV(B) | 56.29º | 0.55% | 0.69% | - |
| XYZ | 33.24 | 38.04 | 12.8 | - |
| YUV | 160.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 78 | 0 | 0.03 | 0.55 | 0.31 | 56.29 | 0.38 | 0.5 |
| Hex | AF | A9 | 4E | 0 | 3 | 37 | 1F | 38 | 26 | 32 |
| Octal | 257 | 251 | 116 | 0 | 3 | 67 | 37 | 70 | 46 | 62 |
| Binary | 10101111 | 10101001 | 1001110 | 0 | 11 | 110111 | 11111 | 111000 | 100110 | 110010 |
Color Harmonies of #AFA94E
Complementary color
Monochromatic Colors of #AFA94E
Black with #AFA94E
Text Example
Text Example
White with #AFA94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA94E; }
p { color: rgb(175,169,78); }
H1.HeaderClassName
{
color: #AFA94E;
}
.AnyTagClassName
{
color: #AFA94E;
}
</style>
background-color css
<style>
a { background-color: #AFA94E; }
a { background-color: rgb(175,169,78); }
div.DivClassName
{
background-color: #AFA94E;
}
.BgClassName
{
background-color: #AFA94E;
}
</style>
border-color css
<style>
span { border-color: #AFA94E; }
span { border-color: rgb(175,169,78); }
td.TdClassName
{
border-color: #AFA94E;
}
.TagClassName
{
border-color: #AFA94E;
}
</style>