Shades of Gimblet #AFA66C
Tints of Gimblet #AFA66C
RGB
CMYK
RGB Variations
Color information
#AFA66C (or 0xAFA66C) is known color: Gimblet. HEX triplet: AF, A6 and 6C. RGB value is (175,166,108). Sum of RGB (Red+Green+Blue) = 175+166+108=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA66C is #505993. Grayscale: #A2A2A2. Windows color (decimal): -5265812 or 7120559. OLE color: 7120559.
HSL color Cylindrical-coordinate representation of color #AFA66C: hue angle of 51.94º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFA66C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 108 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.31 |
| HSL | 51.94º | 0.3% | 0.55% | - |
| HSV(B) | 51.94º | 0.38% | 0.69% | - |
| XYZ | 34.02 | 37.47 | 19.63 | - |
| YUV | 162.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 108 | 0 | 0.05 | 0.38 | 0.31 | 51.94 | 0.3 | 0.55 |
| Hex | AF | A6 | 6C | 0 | 5 | 26 | 1F | 34 | 1E | 37 |
| Octal | 257 | 246 | 154 | 0 | 5 | 46 | 37 | 64 | 36 | 67 |
| Binary | 10101111 | 10100110 | 1101100 | 0 | 101 | 100110 | 11111 | 110100 | 11110 | 110111 |
Color Harmonies of #AFA66C
Complementary color
Monochromatic Colors of #AFA66C
Black with #AFA66C
Text Example
Text Example
White with #AFA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA66C; }
p { color: rgb(175,166,108); }
H1.HeaderClassName
{
color: #AFA66C;
}
.AnyTagClassName
{
color: #AFA66C;
}
</style>
background-color css
<style>
a { background-color: #AFA66C; }
a { background-color: rgb(175,166,108); }
div.DivClassName
{
background-color: #AFA66C;
}
.BgClassName
{
background-color: #AFA66C;
}
</style>
border-color css
<style>
span { border-color: #AFA66C; }
span { border-color: rgb(175,166,108); }
td.TdClassName
{
border-color: #AFA66C;
}
.TagClassName
{
border-color: #AFA66C;
}
</style>