Shades of Brass #AFAB40
Tints of Brass #AFAB40
RGB
CMYK
RGB Variations
Color information
#AFAB40 (or 0xAFAB40) is known color: Brass. HEX triplet: AF, AB and 40. RGB value is (175,171,64). Sum of RGB (Red+Green+Blue) = 175+171+64=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB40 is #5054BF. Grayscale: #A0A0A0. Windows color (decimal): -5264576 or 4238255. OLE color: 4238255.
HSL color Cylindrical-coordinate representation of color #AFAB40: hue angle of 57.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFAB40 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 64 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.31 |
| HSL | 57.84º | 0.46% | 0.47% | - |
| HSV(B) | 57.84º | 0.63% | 0.69% | - |
| XYZ | 33.17 | 38.61 | 10.55 | - |
| YUV | 160 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 64 | 0 | 0.02 | 0.63 | 0.31 | 57.84 | 0.46 | 0.47 |
| Hex | AF | AB | 40 | 0 | 2 | 3F | 1F | 3A | 2E | 2F |
| Octal | 257 | 253 | 100 | 0 | 2 | 77 | 37 | 72 | 56 | 57 |
| Binary | 10101111 | 10101011 | 1000000 | 0 | 10 | 111111 | 11111 | 111010 | 101110 | 101111 |
Color Harmonies of #AFAB40
Complementary color
Monochromatic Colors of #AFAB40
Black with #AFAB40
Text Example
Text Example
White with #AFAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB40; }
p { color: rgb(175,171,64); }
H1.HeaderClassName
{
color: #AFAB40;
}
.AnyTagClassName
{
color: #AFAB40;
}
</style>
background-color css
<style>
a { background-color: #AFAB40; }
a { background-color: rgb(175,171,64); }
div.DivClassName
{
background-color: #AFAB40;
}
.BgClassName
{
background-color: #AFAB40;
}
</style>
border-color css
<style>
span { border-color: #AFAB40; }
span { border-color: rgb(175,171,64); }
td.TdClassName
{
border-color: #AFAB40;
}
.TagClassName
{
border-color: #AFAB40;
}
</style>