Shades of Gimblet #AFA861
Tints of Gimblet #AFA861
RGB
CMYK
RGB Variations
Color information
#AFA861 (or 0xAFA861) is known color: Gimblet. HEX triplet: AF, A8 and 61. RGB value is (175,168,97). Sum of RGB (Red+Green+Blue) = 175+168+97=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA861 is #50579E. Grayscale: #A2A2A2. Windows color (decimal): -5265311 or 6400175. OLE color: 6400175.
HSL color Cylindrical-coordinate representation of color #AFA861: hue angle of 54.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFA861 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 97 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.31 |
| HSL | 54.62º | 0.33% | 0.53% | - |
| HSV(B) | 54.62º | 0.45% | 0.69% | - |
| XYZ | 33.84 | 37.98 | 16.86 | - |
| YUV | 162 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 97 | 0 | 0.04 | 0.45 | 0.31 | 54.62 | 0.33 | 0.53 |
| Hex | AF | A8 | 61 | 0 | 4 | 2D | 1F | 37 | 21 | 35 |
| Octal | 257 | 250 | 141 | 0 | 4 | 55 | 37 | 67 | 41 | 65 |
| Binary | 10101111 | 10101000 | 1100001 | 0 | 100 | 101101 | 11111 | 110111 | 100001 | 110101 |
Color Harmonies of #AFA861
Complementary color
Monochromatic Colors of #AFA861
Black with #AFA861
Text Example
Text Example
White with #AFA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA861; }
p { color: rgb(175,168,97); }
H1.HeaderClassName
{
color: #AFA861;
}
.AnyTagClassName
{
color: #AFA861;
}
</style>
background-color css
<style>
a { background-color: #AFA861; }
a { background-color: rgb(175,168,97); }
div.DivClassName
{
background-color: #AFA861;
}
.BgClassName
{
background-color: #AFA861;
}
</style>
border-color css
<style>
span { border-color: #AFA861; }
span { border-color: rgb(175,168,97); }
td.TdClassName
{
border-color: #AFA861;
}
.TagClassName
{
border-color: #AFA861;
}
</style>