Shades of Gimblet #AFA95E
Tints of Gimblet #AFA95E
RGB
CMYK
RGB Variations
Color information
#AFA95E (or 0xAFA95E) is known color: Gimblet. HEX triplet: AF, A9 and 5E. RGB value is (175,169,94). Sum of RGB (Red+Green+Blue) = 175+169+94=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA95E is #5056A1. Grayscale: #A2A2A2. Windows color (decimal): -5265058 or 6203823. OLE color: 6203823.
HSL color Cylindrical-coordinate representation of color #AFA95E: hue angle of 55.56º degrees, saturation: 0.34, 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 #AFA95E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 94 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.31 |
| HSL | 55.56º | 0.34% | 0.53% | - |
| HSV(B) | 55.56º | 0.46% | 0.69% | - |
| XYZ | 33.89 | 38.3 | 16.2 | - |
| YUV | 162.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 94 | 0 | 0.03 | 0.46 | 0.31 | 55.56 | 0.34 | 0.53 |
| Hex | AF | A9 | 5E | 0 | 3 | 2E | 1F | 38 | 22 | 35 |
| Octal | 257 | 251 | 136 | 0 | 3 | 56 | 37 | 70 | 42 | 65 |
| Binary | 10101111 | 10101001 | 1011110 | 0 | 11 | 101110 | 11111 | 111000 | 100010 | 110101 |
Color Harmonies of #AFA95E
Complementary color
Monochromatic Colors of #AFA95E
Black with #AFA95E
Text Example
Text Example
White with #AFA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA95E; }
p { color: rgb(175,169,94); }
H1.HeaderClassName
{
color: #AFA95E;
}
.AnyTagClassName
{
color: #AFA95E;
}
</style>
background-color css
<style>
a { background-color: #AFA95E; }
a { background-color: rgb(175,169,94); }
div.DivClassName
{
background-color: #AFA95E;
}
.BgClassName
{
background-color: #AFA95E;
}
</style>
border-color css
<style>
span { border-color: #AFA95E; }
span { border-color: rgb(175,169,94); }
td.TdClassName
{
border-color: #AFA95E;
}
.TagClassName
{
border-color: #AFA95E;
}
</style>