Shades of Gimblet #AF9F63
Tints of Gimblet #AF9F63
RGB
CMYK
RGB Variations
Color information
#AF9F63 (or 0xAF9F63) is known color: Gimblet. HEX triplet: AF, 9F and 63. RGB value is (175,159,99). Sum of RGB (Red+Green+Blue) = 175+159+99=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F63 is #50609C. Grayscale: #9D9D9D. Windows color (decimal): -5267613 or 6528943. OLE color: 6528943.
HSL color Cylindrical-coordinate representation of color #AF9F63: hue angle of 47.37º 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 #AF9F63 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 99 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.31 |
| HSL | 47.37º | 0.32% | 0.54% | - |
| HSV(B) | 47.37º | 0.43% | 0.69% | - |
| XYZ | 32.33 | 34.81 | 16.82 | - |
| YUV | 156.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 99 | 0 | 0.09 | 0.43 | 0.31 | 47.37 | 0.32 | 0.54 |
| Hex | AF | 9F | 63 | 0 | 9 | 2B | 1F | 2F | 20 | 36 |
| Octal | 257 | 237 | 143 | 0 | 11 | 53 | 37 | 57 | 40 | 66 |
| Binary | 10101111 | 10011111 | 1100011 | 0 | 1001 | 101011 | 11111 | 101111 | 100000 | 110110 |
Color Harmonies of #AF9F63
Complementary color
Monochromatic Colors of #AF9F63
Black with #AF9F63
Text Example
Text Example
White with #AF9F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F63; }
p { color: rgb(175,159,99); }
H1.HeaderClassName
{
color: #AF9F63;
}
.AnyTagClassName
{
color: #AF9F63;
}
</style>
background-color css
<style>
a { background-color: #AF9F63; }
a { background-color: rgb(175,159,99); }
div.DivClassName
{
background-color: #AF9F63;
}
.BgClassName
{
background-color: #AF9F63;
}
</style>
border-color css
<style>
span { border-color: #AF9F63; }
span { border-color: rgb(175,159,99); }
td.TdClassName
{
border-color: #AF9F63;
}
.TagClassName
{
border-color: #AF9F63;
}
</style>