Shades of Gimblet #AFA066
Tints of Gimblet #AFA066
RGB
CMYK
RGB Variations
Color information
#AFA066 (or 0xAFA066) is known color: Gimblet. HEX triplet: AF, A0 and 66. RGB value is (175,160,102). Sum of RGB (Red+Green+Blue) = 175+160+102=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA066 is #505F99. Grayscale: #9E9E9E. Windows color (decimal): -5267354 or 6725807. OLE color: 6725807.
HSL color Cylindrical-coordinate representation of color #AFA066: hue angle of 47.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFA066 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 102 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.31 |
| HSL | 47.67º | 0.31% | 0.54% | - |
| HSV(B) | 47.67º | 0.42% | 0.69% | - |
| XYZ | 32.65 | 35.21 | 17.65 | - |
| YUV | 157.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 102 | 0 | 0.09 | 0.42 | 0.31 | 47.67 | 0.31 | 0.54 |
| Hex | AF | A0 | 66 | 0 | 9 | 2A | 1F | 30 | 1F | 36 |
| Octal | 257 | 240 | 146 | 0 | 11 | 52 | 37 | 60 | 37 | 66 |
| Binary | 10101111 | 10100000 | 1100110 | 0 | 1001 | 101010 | 11111 | 110000 | 11111 | 110110 |
Color Harmonies of #AFA066
Complementary color
Monochromatic Colors of #AFA066
Black with #AFA066
Text Example
Text Example
White with #AFA066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA066; }
p { color: rgb(175,160,102); }
H1.HeaderClassName
{
color: #AFA066;
}
.AnyTagClassName
{
color: #AFA066;
}
</style>
background-color css
<style>
a { background-color: #AFA066; }
a { background-color: rgb(175,160,102); }
div.DivClassName
{
background-color: #AFA066;
}
.BgClassName
{
background-color: #AFA066;
}
</style>
border-color css
<style>
span { border-color: #AFA066; }
span { border-color: rgb(175,160,102); }
td.TdClassName
{
border-color: #AFA066;
}
.TagClassName
{
border-color: #AFA066;
}
</style>