Shades of Gimblet #AFA163
Tints of Gimblet #AFA163
RGB
CMYK
RGB Variations
Color information
#AFA163 (or 0xAFA163) is known color: Gimblet. HEX triplet: AF, A1 and 63. RGB value is (175,161,99). Sum of RGB (Red+Green+Blue) = 175+161+99=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA163 is #505E9C. Grayscale: #9E9E9E. Windows color (decimal): -5267101 or 6529455. OLE color: 6529455.
HSL color Cylindrical-coordinate representation of color #AFA163: hue angle of 48.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFA163 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 99 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.31 |
| HSL | 48.95º | 0.32% | 0.54% | - |
| HSV(B) | 48.95º | 0.43% | 0.69% | - |
| XYZ | 32.68 | 35.5 | 16.94 | - |
| YUV | 158.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 99 | 0 | 0.08 | 0.43 | 0.31 | 48.95 | 0.32 | 0.54 |
| Hex | AF | A1 | 63 | 0 | 8 | 2B | 1F | 31 | 20 | 36 |
| Octal | 257 | 241 | 143 | 0 | 10 | 53 | 37 | 61 | 40 | 66 |
| Binary | 10101111 | 10100001 | 1100011 | 0 | 1000 | 101011 | 11111 | 110001 | 100000 | 110110 |
Color Harmonies of #AFA163
Complementary color
Monochromatic Colors of #AFA163
Black with #AFA163
Text Example
Text Example
White with #AFA163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA163; }
p { color: rgb(175,161,99); }
H1.HeaderClassName
{
color: #AFA163;
}
.AnyTagClassName
{
color: #AFA163;
}
</style>
background-color css
<style>
a { background-color: #AFA163; }
a { background-color: rgb(175,161,99); }
div.DivClassName
{
background-color: #AFA163;
}
.BgClassName
{
background-color: #AFA163;
}
</style>
border-color css
<style>
span { border-color: #AFA163; }
span { border-color: rgb(175,161,99); }
td.TdClassName
{
border-color: #AFA163;
}
.TagClassName
{
border-color: #AFA163;
}
</style>