Shades of Gimblet #AFA065
Tints of Gimblet #AFA065
RGB
CMYK
RGB Variations
Color information
#AFA065 (or 0xAFA065) is known color: Gimblet. HEX triplet: AF, A0 and 65. RGB value is (175,160,101). Sum of RGB (Red+Green+Blue) = 175+160+101=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA065 is #505F9A. Grayscale: #9E9E9E. Windows color (decimal): -5267355 or 6660271. OLE color: 6660271.
HSL color Cylindrical-coordinate representation of color #AFA065: hue angle of 47.84º degrees, saturation: 0.32, 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 #AFA065 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 101 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.31 |
| HSL | 47.84º | 0.32% | 0.54% | - |
| HSV(B) | 47.84º | 0.42% | 0.69% | - |
| XYZ | 32.6 | 35.2 | 17.39 | - |
| YUV | 157.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 101 | 0 | 0.09 | 0.42 | 0.31 | 47.84 | 0.32 | 0.54 |
| Hex | AF | A0 | 65 | 0 | 9 | 2A | 1F | 30 | 20 | 36 |
| Octal | 257 | 240 | 145 | 0 | 11 | 52 | 37 | 60 | 40 | 66 |
| Binary | 10101111 | 10100000 | 1100101 | 0 | 1001 | 101010 | 11111 | 110000 | 100000 | 110110 |
Color Harmonies of #AFA065
Complementary color
Monochromatic Colors of #AFA065
Black with #AFA065
Text Example
Text Example
White with #AFA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA065; }
p { color: rgb(175,160,101); }
H1.HeaderClassName
{
color: #AFA065;
}
.AnyTagClassName
{
color: #AFA065;
}
</style>
background-color css
<style>
a { background-color: #AFA065; }
a { background-color: rgb(175,160,101); }
div.DivClassName
{
background-color: #AFA065;
}
.BgClassName
{
background-color: #AFA065;
}
</style>
border-color css
<style>
span { border-color: #AFA065; }
span { border-color: rgb(175,160,101); }
td.TdClassName
{
border-color: #AFA065;
}
.TagClassName
{
border-color: #AFA065;
}
</style>