Shades of Gimblet #AFA659
Tints of Gimblet #AFA659
RGB
CMYK
RGB Variations
Color information
#AFA659 (or 0xAFA659) is known color: Gimblet. HEX triplet: AF, A6 and 59. RGB value is (175,166,89). Sum of RGB (Red+Green+Blue) = 175+166+89=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA659 is #5059A6. Grayscale: #A0A0A0. Windows color (decimal): -5265831 or 5875375. OLE color: 5875375.
HSL color Cylindrical-coordinate representation of color #AFA659: hue angle of 53.72º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFA659 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 89 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.31 |
| HSL | 53.72º | 0.35% | 0.52% | - |
| HSV(B) | 53.72º | 0.49% | 0.69% | - |
| XYZ | 33.12 | 37.11 | 14.87 | - |
| YUV | 159.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 89 | 0 | 0.05 | 0.49 | 0.31 | 53.72 | 0.35 | 0.52 |
| Hex | AF | A6 | 59 | 0 | 5 | 31 | 1F | 36 | 23 | 34 |
| Octal | 257 | 246 | 131 | 0 | 5 | 61 | 37 | 66 | 43 | 64 |
| Binary | 10101111 | 10100110 | 1011001 | 0 | 101 | 110001 | 11111 | 110110 | 100011 | 110100 |
Color Harmonies of #AFA659
Complementary color
Monochromatic Colors of #AFA659
Black with #AFA659
Text Example
Text Example
White with #AFA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA659; }
p { color: rgb(175,166,89); }
H1.HeaderClassName
{
color: #AFA659;
}
.AnyTagClassName
{
color: #AFA659;
}
</style>
background-color css
<style>
a { background-color: #AFA659; }
a { background-color: rgb(175,166,89); }
div.DivClassName
{
background-color: #AFA659;
}
.BgClassName
{
background-color: #AFA659;
}
</style>
border-color css
<style>
span { border-color: #AFA659; }
span { border-color: rgb(175,166,89); }
td.TdClassName
{
border-color: #AFA659;
}
.TagClassName
{
border-color: #AFA659;
}
</style>