Shades of Gimblet #AFA25E
Tints of Gimblet #AFA25E
RGB
CMYK
RGB Variations
Color information
#AFA25E (or 0xAFA25E) is known color: Gimblet. HEX triplet: AF, A2 and 5E. RGB value is (175,162,94). Sum of RGB (Red+Green+Blue) = 175+162+94=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA25E is #505DA1. Grayscale: #9E9E9E. Windows color (decimal): -5266850 or 6202031. OLE color: 6202031.
HSL color Cylindrical-coordinate representation of color #AFA25E: hue angle of 50.37º 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 #AFA25E is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 94 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.31 |
| HSL | 50.37º | 0.34% | 0.53% | - |
| HSV(B) | 50.37º | 0.46% | 0.69% | - |
| XYZ | 32.62 | 35.76 | 15.77 | - |
| YUV | 158.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 94 | 0 | 0.07 | 0.46 | 0.31 | 50.37 | 0.34 | 0.53 |
| Hex | AF | A2 | 5E | 0 | 7 | 2E | 1F | 32 | 22 | 35 |
| Octal | 257 | 242 | 136 | 0 | 7 | 56 | 37 | 62 | 42 | 65 |
| Binary | 10101111 | 10100010 | 1011110 | 0 | 111 | 101110 | 11111 | 110010 | 100010 | 110101 |
Color Harmonies of #AFA25E
Complementary color
Monochromatic Colors of #AFA25E
Black with #AFA25E
Text Example
Text Example
White with #AFA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA25E; }
p { color: rgb(175,162,94); }
H1.HeaderClassName
{
color: #AFA25E;
}
.AnyTagClassName
{
color: #AFA25E;
}
</style>
background-color css
<style>
a { background-color: #AFA25E; }
a { background-color: rgb(175,162,94); }
div.DivClassName
{
background-color: #AFA25E;
}
.BgClassName
{
background-color: #AFA25E;
}
</style>
border-color css
<style>
span { border-color: #AFA25E; }
span { border-color: rgb(175,162,94); }
td.TdClassName
{
border-color: #AFA25E;
}
.TagClassName
{
border-color: #AFA25E;
}
</style>