Shades of Gimblet #AFA65F
Tints of Gimblet #AFA65F
RGB
CMYK
RGB Variations
Color information
#AFA65F (or 0xAFA65F) is known color: Gimblet. HEX triplet: AF, A6 and 5F. RGB value is (175,166,95). Sum of RGB (Red+Green+Blue) = 175+166+95=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA65F is #5059A0. Grayscale: #A0A0A0. Windows color (decimal): -5265825 or 6268591. OLE color: 6268591.
HSL color Cylindrical-coordinate representation of color #AFA65F: hue angle of 53.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFA65F is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 95 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.31 |
| HSL | 53.25º | 0.33% | 0.53% | - |
| HSV(B) | 53.25º | 0.46% | 0.69% | - |
| XYZ | 33.38 | 37.21 | 16.25 | - |
| YUV | 160.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 95 | 0 | 0.05 | 0.46 | 0.31 | 53.25 | 0.33 | 0.53 |
| Hex | AF | A6 | 5F | 0 | 5 | 2E | 1F | 35 | 21 | 35 |
| Octal | 257 | 246 | 137 | 0 | 5 | 56 | 37 | 65 | 41 | 65 |
| Binary | 10101111 | 10100110 | 1011111 | 0 | 101 | 101110 | 11111 | 110101 | 100001 | 110101 |
Color Harmonies of #AFA65F
Complementary color
Monochromatic Colors of #AFA65F
Black with #AFA65F
Text Example
Text Example
White with #AFA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA65F; }
p { color: rgb(175,166,95); }
H1.HeaderClassName
{
color: #AFA65F;
}
.AnyTagClassName
{
color: #AFA65F;
}
</style>
background-color css
<style>
a { background-color: #AFA65F; }
a { background-color: rgb(175,166,95); }
div.DivClassName
{
background-color: #AFA65F;
}
.BgClassName
{
background-color: #AFA65F;
}
</style>
border-color css
<style>
span { border-color: #AFA65F; }
span { border-color: rgb(175,166,95); }
td.TdClassName
{
border-color: #AFA65F;
}
.TagClassName
{
border-color: #AFA65F;
}
</style>