Shades of Gimblet #AFA35E
Tints of Gimblet #AFA35E
RGB
CMYK
RGB Variations
Color information
#AFA35E (or 0xAFA35E) is known color: Gimblet. HEX triplet: AF, A3 and 5E. RGB value is (175,163,94). Sum of RGB (Red+Green+Blue) = 175+163+94=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA35E is #505CA1. Grayscale: #9F9F9F. Windows color (decimal): -5266594 or 6202287. OLE color: 6202287.
HSL color Cylindrical-coordinate representation of color #AFA35E: hue angle of 51.11º 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 #AFA35E is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 94 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.31 |
| HSL | 51.11º | 0.34% | 0.53% | - |
| HSV(B) | 51.11º | 0.46% | 0.69% | - |
| XYZ | 32.8 | 36.12 | 15.83 | - |
| YUV | 158.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 94 | 0 | 0.07 | 0.46 | 0.31 | 51.11 | 0.34 | 0.53 |
| Hex | AF | A3 | 5E | 0 | 7 | 2E | 1F | 33 | 22 | 35 |
| Octal | 257 | 243 | 136 | 0 | 7 | 56 | 37 | 63 | 42 | 65 |
| Binary | 10101111 | 10100011 | 1011110 | 0 | 111 | 101110 | 11111 | 110011 | 100010 | 110101 |
Color Harmonies of #AFA35E
Complementary color
Monochromatic Colors of #AFA35E
Black with #AFA35E
Text Example
Text Example
White with #AFA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA35E; }
p { color: rgb(175,163,94); }
H1.HeaderClassName
{
color: #AFA35E;
}
.AnyTagClassName
{
color: #AFA35E;
}
</style>
background-color css
<style>
a { background-color: #AFA35E; }
a { background-color: rgb(175,163,94); }
div.DivClassName
{
background-color: #AFA35E;
}
.BgClassName
{
background-color: #AFA35E;
}
</style>
border-color css
<style>
span { border-color: #AFA35E; }
span { border-color: rgb(175,163,94); }
td.TdClassName
{
border-color: #AFA35E;
}
.TagClassName
{
border-color: #AFA35E;
}
</style>