Shades of Gimblet #AFA65D
Tints of Gimblet #AFA65D
RGB
CMYK
RGB Variations
Color information
#AFA65D (or 0xAFA65D) is known color: Gimblet. HEX triplet: AF, A6 and 5D. RGB value is (175,166,93). Sum of RGB (Red+Green+Blue) = 175+166+93=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA65D is #5059A2. Grayscale: #A0A0A0. Windows color (decimal): -5265827 or 6137519. OLE color: 6137519.
HSL color Cylindrical-coordinate representation of color #AFA65D: hue angle of 53.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFA65D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 93 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.31 |
| HSL | 53.41º | 0.34% | 0.53% | - |
| HSV(B) | 53.41º | 0.47% | 0.69% | - |
| XYZ | 33.29 | 37.18 | 15.78 | - |
| YUV | 160.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 93 | 0 | 0.05 | 0.47 | 0.31 | 53.41 | 0.34 | 0.53 |
| Hex | AF | A6 | 5D | 0 | 5 | 2F | 1F | 35 | 22 | 35 |
| Octal | 257 | 246 | 135 | 0 | 5 | 57 | 37 | 65 | 42 | 65 |
| Binary | 10101111 | 10100110 | 1011101 | 0 | 101 | 101111 | 11111 | 110101 | 100010 | 110101 |
Color Harmonies of #AFA65D
Complementary color
Monochromatic Colors of #AFA65D
Black with #AFA65D
Text Example
Text Example
White with #AFA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA65D; }
p { color: rgb(175,166,93); }
H1.HeaderClassName
{
color: #AFA65D;
}
.AnyTagClassName
{
color: #AFA65D;
}
</style>
background-color css
<style>
a { background-color: #AFA65D; }
a { background-color: rgb(175,166,93); }
div.DivClassName
{
background-color: #AFA65D;
}
.BgClassName
{
background-color: #AFA65D;
}
</style>
border-color css
<style>
span { border-color: #AFA65D; }
span { border-color: rgb(175,166,93); }
td.TdClassName
{
border-color: #AFA65D;
}
.TagClassName
{
border-color: #AFA65D;
}
</style>