Shades of Gimblet #AFA266
Tints of Gimblet #AFA266
RGB
CMYK
RGB Variations
Color information
#AFA266 (or 0xAFA266) is known color: Gimblet. HEX triplet: AF, A2 and 66. RGB value is (175,162,102). Sum of RGB (Red+Green+Blue) = 175+162+102=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA266 is #505D99. Grayscale: #9F9F9F. Windows color (decimal): -5266842 or 6726319. OLE color: 6726319.
HSL color Cylindrical-coordinate representation of color #AFA266: hue angle of 49.32º 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 #AFA266 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 102 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.31 |
| HSL | 49.32º | 0.31% | 0.54% | - |
| HSV(B) | 49.32º | 0.42% | 0.69% | - |
| XYZ | 33 | 35.91 | 17.76 | - |
| YUV | 159.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 102 | 0 | 0.07 | 0.42 | 0.31 | 49.32 | 0.31 | 0.54 |
| Hex | AF | A2 | 66 | 0 | 7 | 2A | 1F | 31 | 1F | 36 |
| Octal | 257 | 242 | 146 | 0 | 7 | 52 | 37 | 61 | 37 | 66 |
| Binary | 10101111 | 10100010 | 1100110 | 0 | 111 | 101010 | 11111 | 110001 | 11111 | 110110 |
Color Harmonies of #AFA266
Complementary color
Monochromatic Colors of #AFA266
Black with #AFA266
Text Example
Text Example
White with #AFA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA266; }
p { color: rgb(175,162,102); }
H1.HeaderClassName
{
color: #AFA266;
}
.AnyTagClassName
{
color: #AFA266;
}
</style>
background-color css
<style>
a { background-color: #AFA266; }
a { background-color: rgb(175,162,102); }
div.DivClassName
{
background-color: #AFA266;
}
.BgClassName
{
background-color: #AFA266;
}
</style>
border-color css
<style>
span { border-color: #AFA266; }
span { border-color: rgb(175,162,102); }
td.TdClassName
{
border-color: #AFA266;
}
.TagClassName
{
border-color: #AFA266;
}
</style>