Shades of Gimblet #AFA362
Tints of Gimblet #AFA362
RGB
CMYK
RGB Variations
Color information
#AFA362 (or 0xAFA362) is known color: Gimblet. HEX triplet: AF, A3 and 62. RGB value is (175,163,98). Sum of RGB (Red+Green+Blue) = 175+163+98=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA362 is #505C9D. Grayscale: #9F9F9F. Windows color (decimal): -5266590 or 6464431. OLE color: 6464431.
HSL color Cylindrical-coordinate representation of color #AFA362: hue angle of 50.65º 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 #AFA362 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 98 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.31 |
| HSL | 50.65º | 0.32% | 0.54% | - |
| HSV(B) | 50.65º | 0.44% | 0.69% | - |
| XYZ | 32.98 | 36.19 | 16.8 | - |
| YUV | 159.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 98 | 0 | 0.07 | 0.44 | 0.31 | 50.65 | 0.32 | 0.54 |
| Hex | AF | A3 | 62 | 0 | 7 | 2C | 1F | 33 | 20 | 36 |
| Octal | 257 | 243 | 142 | 0 | 7 | 54 | 37 | 63 | 40 | 66 |
| Binary | 10101111 | 10100011 | 1100010 | 0 | 111 | 101100 | 11111 | 110011 | 100000 | 110110 |
Color Harmonies of #AFA362
Complementary color
Monochromatic Colors of #AFA362
Black with #AFA362
Text Example
Text Example
White with #AFA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA362; }
p { color: rgb(175,163,98); }
H1.HeaderClassName
{
color: #AFA362;
}
.AnyTagClassName
{
color: #AFA362;
}
</style>
background-color css
<style>
a { background-color: #AFA362; }
a { background-color: rgb(175,163,98); }
div.DivClassName
{
background-color: #AFA362;
}
.BgClassName
{
background-color: #AFA362;
}
</style>
border-color css
<style>
span { border-color: #AFA362; }
span { border-color: rgb(175,163,98); }
td.TdClassName
{
border-color: #AFA362;
}
.TagClassName
{
border-color: #AFA362;
}
</style>