Shades of Gimblet #AFA361
Tints of Gimblet #AFA361
RGB
CMYK
RGB Variations
Color information
#AFA361 (or 0xAFA361) is known color: Gimblet. HEX triplet: AF, A3 and 61. RGB value is (175,163,97). Sum of RGB (Red+Green+Blue) = 175+163+97=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA361 is #505C9E. Grayscale: #9F9F9F. Windows color (decimal): -5266591 or 6398895. OLE color: 6398895.
HSL color Cylindrical-coordinate representation of color #AFA361: hue angle of 50.77º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFA361 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 97 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.31 |
| HSL | 50.77º | 0.33% | 0.53% | - |
| HSV(B) | 50.77º | 0.45% | 0.69% | - |
| XYZ | 32.93 | 36.17 | 16.56 | - |
| YUV | 159.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 97 | 0 | 0.07 | 0.45 | 0.31 | 50.77 | 0.33 | 0.53 |
| Hex | AF | A3 | 61 | 0 | 7 | 2D | 1F | 33 | 21 | 35 |
| Octal | 257 | 243 | 141 | 0 | 7 | 55 | 37 | 63 | 41 | 65 |
| Binary | 10101111 | 10100011 | 1100001 | 0 | 111 | 101101 | 11111 | 110011 | 100001 | 110101 |
Color Harmonies of #AFA361
Complementary color
Monochromatic Colors of #AFA361
Black with #AFA361
Text Example
Text Example
White with #AFA361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA361; }
p { color: rgb(175,163,97); }
H1.HeaderClassName
{
color: #AFA361;
}
.AnyTagClassName
{
color: #AFA361;
}
</style>
background-color css
<style>
a { background-color: #AFA361; }
a { background-color: rgb(175,163,97); }
div.DivClassName
{
background-color: #AFA361;
}
.BgClassName
{
background-color: #AFA361;
}
</style>
border-color css
<style>
span { border-color: #AFA361; }
span { border-color: rgb(175,163,97); }
td.TdClassName
{
border-color: #AFA361;
}
.TagClassName
{
border-color: #AFA361;
}
</style>