Shades of Gimblet #AFA86E
Tints of Gimblet #AFA86E
RGB
CMYK
RGB Variations
Color information
#AFA86E (or 0xAFA86E) is known color: Gimblet. HEX triplet: AF, A8 and 6E. RGB value is (175,168,110). Sum of RGB (Red+Green+Blue) = 175+168+110=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA86E is #505791. Grayscale: #A3A3A3. Windows color (decimal): -5265298 or 7252143. OLE color: 7252143.
HSL color Cylindrical-coordinate representation of color #AFA86E: hue angle of 53.54º 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 #AFA86E is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 110 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.31 |
| HSL | 53.54º | 0.29% | 0.56% | - |
| HSV(B) | 53.54º | 0.37% | 0.69% | - |
| XYZ | 34.5 | 38.25 | 20.32 | - |
| YUV | 163.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 110 | 0 | 0.04 | 0.37 | 0.31 | 53.54 | 0.29 | 0.56 |
| Hex | AF | A8 | 6E | 0 | 4 | 25 | 1F | 36 | 1D | 38 |
| Octal | 257 | 250 | 156 | 0 | 4 | 45 | 37 | 66 | 35 | 70 |
| Binary | 10101111 | 10101000 | 1101110 | 0 | 100 | 100101 | 11111 | 110110 | 11101 | 111000 |
Color Harmonies of #AFA86E
Complementary color
Monochromatic Colors of #AFA86E
Black with #AFA86E
Text Example
Text Example
White with #AFA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA86E; }
p { color: rgb(175,168,110); }
H1.HeaderClassName
{
color: #AFA86E;
}
.AnyTagClassName
{
color: #AFA86E;
}
</style>
background-color css
<style>
a { background-color: #AFA86E; }
a { background-color: rgb(175,168,110); }
div.DivClassName
{
background-color: #AFA86E;
}
.BgClassName
{
background-color: #AFA86E;
}
</style>
border-color css
<style>
span { border-color: #AFA86E; }
span { border-color: rgb(175,168,110); }
td.TdClassName
{
border-color: #AFA86E;
}
.TagClassName
{
border-color: #AFA86E;
}
</style>