Shades of Gimblet #AFA86F
Tints of Gimblet #AFA86F
RGB
CMYK
RGB Variations
Color information
#AFA86F (or 0xAFA86F) is known color: Gimblet. HEX triplet: AF, A8 and 6F. RGB value is (175,168,111). Sum of RGB (Red+Green+Blue) = 175+168+111=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA86F is #505790. Grayscale: #A3A3A3. Windows color (decimal): -5265297 or 7317679. OLE color: 7317679.
HSL color Cylindrical-coordinate representation of color #AFA86F: hue angle of 53.44º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFA86F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 111 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.31 |
| HSL | 53.44º | 0.29% | 0.56% | - |
| HSV(B) | 53.44º | 0.37% | 0.69% | - |
| XYZ | 34.55 | 38.27 | 20.6 | - |
| YUV | 163.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 111 | 0 | 0.04 | 0.37 | 0.31 | 53.44 | 0.29 | 0.56 |
| Hex | AF | A8 | 6F | 0 | 4 | 25 | 1F | 35 | 1D | 38 |
| Octal | 257 | 250 | 157 | 0 | 4 | 45 | 37 | 65 | 35 | 70 |
| Binary | 10101111 | 10101000 | 1101111 | 0 | 100 | 100101 | 11111 | 110101 | 11101 | 111000 |
Color Harmonies of #AFA86F
Complementary color
Monochromatic Colors of #AFA86F
Black with #AFA86F
Text Example
Text Example
White with #AFA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA86F; }
p { color: rgb(175,168,111); }
H1.HeaderClassName
{
color: #AFA86F;
}
.AnyTagClassName
{
color: #AFA86F;
}
</style>
background-color css
<style>
a { background-color: #AFA86F; }
a { background-color: rgb(175,168,111); }
div.DivClassName
{
background-color: #AFA86F;
}
.BgClassName
{
background-color: #AFA86F;
}
</style>
border-color css
<style>
span { border-color: #AFA86F; }
span { border-color: rgb(175,168,111); }
td.TdClassName
{
border-color: #AFA86F;
}
.TagClassName
{
border-color: #AFA86F;
}
</style>