Shades of Gimblet #AFA76F
Tints of Gimblet #AFA76F
RGB
CMYK
RGB Variations
Color information
#AFA76F (or 0xAFA76F) is known color: Gimblet. HEX triplet: AF, A7 and 6F. RGB value is (175,167,111). Sum of RGB (Red+Green+Blue) = 175+167+111=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA76F is #505890. Grayscale: #A3A3A3. Windows color (decimal): -5265553 or 7317423. OLE color: 7317423.
HSL color Cylindrical-coordinate representation of color #AFA76F: hue angle of 52.5º 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 #AFA76F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 111 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.31 |
| HSL | 52.5º | 0.29% | 0.56% | - |
| HSV(B) | 52.5º | 0.37% | 0.69% | - |
| XYZ | 34.37 | 37.9 | 20.54 | - |
| YUV | 163.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 111 | 0 | 0.05 | 0.37 | 0.31 | 52.5 | 0.29 | 0.56 |
| Hex | AF | A7 | 6F | 0 | 5 | 25 | 1F | 34 | 1D | 38 |
| Octal | 257 | 247 | 157 | 0 | 5 | 45 | 37 | 64 | 35 | 70 |
| Binary | 10101111 | 10100111 | 1101111 | 0 | 101 | 100101 | 11111 | 110100 | 11101 | 111000 |
Color Harmonies of #AFA76F
Complementary color
Monochromatic Colors of #AFA76F
Black with #AFA76F
Text Example
Text Example
White with #AFA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA76F; }
p { color: rgb(175,167,111); }
H1.HeaderClassName
{
color: #AFA76F;
}
.AnyTagClassName
{
color: #AFA76F;
}
</style>
background-color css
<style>
a { background-color: #AFA76F; }
a { background-color: rgb(175,167,111); }
div.DivClassName
{
background-color: #AFA76F;
}
.BgClassName
{
background-color: #AFA76F;
}
</style>
border-color css
<style>
span { border-color: #AFA76F; }
span { border-color: rgb(175,167,111); }
td.TdClassName
{
border-color: #AFA76F;
}
.TagClassName
{
border-color: #AFA76F;
}
</style>