Shades of Gimblet #AFA668
Tints of Gimblet #AFA668
RGB
CMYK
RGB Variations
Color information
#AFA668 (or 0xAFA668) is known color: Gimblet. HEX triplet: AF, A6 and 68. RGB value is (175,166,104). Sum of RGB (Red+Green+Blue) = 175+166+104=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA668 is #505997. Grayscale: #A1A1A1. Windows color (decimal): -5265816 or 6858415. OLE color: 6858415.
HSL color Cylindrical-coordinate representation of color #AFA668: hue angle of 52.39º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFA668 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 104 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.31 |
| HSL | 52.39º | 0.31% | 0.55% | - |
| HSV(B) | 52.39º | 0.41% | 0.69% | - |
| XYZ | 33.81 | 37.39 | 18.53 | - |
| YUV | 161.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 104 | 0 | 0.05 | 0.41 | 0.31 | 52.39 | 0.31 | 0.55 |
| Hex | AF | A6 | 68 | 0 | 5 | 29 | 1F | 34 | 1F | 37 |
| Octal | 257 | 246 | 150 | 0 | 5 | 51 | 37 | 64 | 37 | 67 |
| Binary | 10101111 | 10100110 | 1101000 | 0 | 101 | 101001 | 11111 | 110100 | 11111 | 110111 |
Color Harmonies of #AFA668
Complementary color
Monochromatic Colors of #AFA668
Black with #AFA668
Text Example
Text Example
White with #AFA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA668; }
p { color: rgb(175,166,104); }
H1.HeaderClassName
{
color: #AFA668;
}
.AnyTagClassName
{
color: #AFA668;
}
</style>
background-color css
<style>
a { background-color: #AFA668; }
a { background-color: rgb(175,166,104); }
div.DivClassName
{
background-color: #AFA668;
}
.BgClassName
{
background-color: #AFA668;
}
</style>
border-color css
<style>
span { border-color: #AFA668; }
span { border-color: rgb(175,166,104); }
td.TdClassName
{
border-color: #AFA668;
}
.TagClassName
{
border-color: #AFA668;
}
</style>