Shades of Gimblet #AFA85D
Tints of Gimblet #AFA85D
RGB
CMYK
RGB Variations
Color information
#AFA85D (or 0xAFA85D) is known color: Gimblet. HEX triplet: AF, A8 and 5D. RGB value is (175,168,93). Sum of RGB (Red+Green+Blue) = 175+168+93=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA85D is #5057A2. Grayscale: #A1A1A1. Windows color (decimal): -5265315 or 6138031. OLE color: 6138031.
HSL color Cylindrical-coordinate representation of color #AFA85D: hue angle of 54.88º 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 #AFA85D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 93 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.31 |
| HSL | 54.88º | 0.34% | 0.53% | - |
| HSV(B) | 54.88º | 0.47% | 0.69% | - |
| XYZ | 33.66 | 37.91 | 15.9 | - |
| YUV | 161.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 93 | 0 | 0.04 | 0.47 | 0.31 | 54.88 | 0.34 | 0.53 |
| Hex | AF | A8 | 5D | 0 | 4 | 2F | 1F | 37 | 22 | 35 |
| Octal | 257 | 250 | 135 | 0 | 4 | 57 | 37 | 67 | 42 | 65 |
| Binary | 10101111 | 10101000 | 1011101 | 0 | 100 | 101111 | 11111 | 110111 | 100010 | 110101 |
Color Harmonies of #AFA85D
Complementary color
Monochromatic Colors of #AFA85D
Black with #AFA85D
Text Example
Text Example
White with #AFA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA85D; }
p { color: rgb(175,168,93); }
H1.HeaderClassName
{
color: #AFA85D;
}
.AnyTagClassName
{
color: #AFA85D;
}
</style>
background-color css
<style>
a { background-color: #AFA85D; }
a { background-color: rgb(175,168,93); }
div.DivClassName
{
background-color: #AFA85D;
}
.BgClassName
{
background-color: #AFA85D;
}
</style>
border-color css
<style>
span { border-color: #AFA85D; }
span { border-color: rgb(175,168,93); }
td.TdClassName
{
border-color: #AFA85D;
}
.TagClassName
{
border-color: #AFA85D;
}
</style>