Shades of Gimblet #AFA85E
Tints of Gimblet #AFA85E
RGB
CMYK
RGB Variations
Color information
#AFA85E (or 0xAFA85E) is known color: Gimblet. HEX triplet: AF, A8 and 5E. RGB value is (175,168,94). Sum of RGB (Red+Green+Blue) = 175+168+94=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA85E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA85E is #5057A1. Grayscale: #A1A1A1. Windows color (decimal): -5265314 or 6203567. OLE color: 6203567.
HSL color Cylindrical-coordinate representation of color #AFA85E: hue angle of 54.81º 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 #AFA85E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 94 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.31 |
| HSL | 54.81º | 0.34% | 0.53% | - |
| HSV(B) | 54.81º | 0.46% | 0.69% | - |
| XYZ | 33.7 | 37.93 | 16.13 | - |
| YUV | 161.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 94 | 0 | 0.04 | 0.46 | 0.31 | 54.81 | 0.34 | 0.53 |
| Hex | AF | A8 | 5E | 0 | 4 | 2E | 1F | 37 | 22 | 35 |
| Octal | 257 | 250 | 136 | 0 | 4 | 56 | 37 | 67 | 42 | 65 |
| Binary | 10101111 | 10101000 | 1011110 | 0 | 100 | 101110 | 11111 | 110111 | 100010 | 110101 |
Color Harmonies of #AFA85E
Complementary color
Monochromatic Colors of #AFA85E
Black with #AFA85E
Text Example
Text Example
White with #AFA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA85E; }
p { color: rgb(175,168,94); }
H1.HeaderClassName
{
color: #AFA85E;
}
.AnyTagClassName
{
color: #AFA85E;
}
</style>
background-color css
<style>
a { background-color: #AFA85E; }
a { background-color: rgb(175,168,94); }
div.DivClassName
{
background-color: #AFA85E;
}
.BgClassName
{
background-color: #AFA85E;
}
</style>
border-color css
<style>
span { border-color: #AFA85E; }
span { border-color: rgb(175,168,94); }
td.TdClassName
{
border-color: #AFA85E;
}
.TagClassName
{
border-color: #AFA85E;
}
</style>