Shades of Brass #AFAB4E
Tints of Brass #AFAB4E
RGB
CMYK
RGB Variations
Color information
#AFAB4E (or 0xAFAB4E) is known color: Brass. HEX triplet: AF, AB and 4E. RGB value is (175,171,78). Sum of RGB (Red+Green+Blue) = 175+171+78=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB4E is #5054B1. Grayscale: #A1A1A1. Windows color (decimal): -5264562 or 5155759. OLE color: 5155759.
HSL color Cylindrical-coordinate representation of color #AFAB4E: hue angle of 57.53º 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 #AFAB4E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 78 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.31 |
| HSL | 57.53º | 0.38% | 0.5% | - |
| HSV(B) | 57.53º | 0.55% | 0.69% | - |
| XYZ | 33.62 | 38.79 | 12.92 | - |
| YUV | 161.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 78 | 0 | 0.02 | 0.55 | 0.31 | 57.53 | 0.38 | 0.5 |
| Hex | AF | AB | 4E | 0 | 2 | 37 | 1F | 3A | 26 | 32 |
| Octal | 257 | 253 | 116 | 0 | 2 | 67 | 37 | 72 | 46 | 62 |
| Binary | 10101111 | 10101011 | 1001110 | 0 | 10 | 110111 | 11111 | 111010 | 100110 | 110010 |
Color Harmonies of #AFAB4E
Complementary color
Monochromatic Colors of #AFAB4E
Black with #AFAB4E
Text Example
Text Example
White with #AFAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB4E; }
p { color: rgb(175,171,78); }
H1.HeaderClassName
{
color: #AFAB4E;
}
.AnyTagClassName
{
color: #AFAB4E;
}
</style>
background-color css
<style>
a { background-color: #AFAB4E; }
a { background-color: rgb(175,171,78); }
div.DivClassName
{
background-color: #AFAB4E;
}
.BgClassName
{
background-color: #AFAB4E;
}
</style>
border-color css
<style>
span { border-color: #AFAB4E; }
span { border-color: rgb(175,171,78); }
td.TdClassName
{
border-color: #AFAB4E;
}
.TagClassName
{
border-color: #AFAB4E;
}
</style>