Shades of Gimblet #AFA262
Tints of Gimblet #AFA262
RGB
CMYK
RGB Variations
Color information
#AFA262 (or 0xAFA262) is known color: Gimblet. HEX triplet: AF, A2 and 62. RGB value is (175,162,98). Sum of RGB (Red+Green+Blue) = 175+162+98=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA262 is #505D9D. Grayscale: #9E9E9E. Windows color (decimal): -5266846 or 6464175. OLE color: 6464175.
HSL color Cylindrical-coordinate representation of color #AFA262: hue angle of 49.87º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFA262 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 98 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.31 |
| HSL | 49.87º | 0.32% | 0.54% | - |
| HSV(B) | 49.87º | 0.44% | 0.69% | - |
| XYZ | 32.8 | 35.84 | 16.74 | - |
| YUV | 158.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 98 | 0 | 0.07 | 0.44 | 0.31 | 49.87 | 0.32 | 0.54 |
| Hex | AF | A2 | 62 | 0 | 7 | 2C | 1F | 32 | 20 | 36 |
| Octal | 257 | 242 | 142 | 0 | 7 | 54 | 37 | 62 | 40 | 66 |
| Binary | 10101111 | 10100010 | 1100010 | 0 | 111 | 101100 | 11111 | 110010 | 100000 | 110110 |
Color Harmonies of #AFA262
Complementary color
Monochromatic Colors of #AFA262
Black with #AFA262
Text Example
Text Example
White with #AFA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA262; }
p { color: rgb(175,162,98); }
H1.HeaderClassName
{
color: #AFA262;
}
.AnyTagClassName
{
color: #AFA262;
}
</style>
background-color css
<style>
a { background-color: #AFA262; }
a { background-color: rgb(175,162,98); }
div.DivClassName
{
background-color: #AFA262;
}
.BgClassName
{
background-color: #AFA262;
}
</style>
border-color css
<style>
span { border-color: #AFA262; }
span { border-color: rgb(175,162,98); }
td.TdClassName
{
border-color: #AFA262;
}
.TagClassName
{
border-color: #AFA262;
}
</style>