Shades of Gimblet #AF9F64
Tints of Gimblet #AF9F64
RGB
CMYK
RGB Variations
Color information
#AF9F64 (or 0xAF9F64) is known color: Gimblet. HEX triplet: AF, 9F and 64. RGB value is (175,159,100). Sum of RGB (Red+Green+Blue) = 175+159+100=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F64 is #50609B. Grayscale: #9D9D9D. Windows color (decimal): -5267612 or 6594479. OLE color: 6594479.
HSL color Cylindrical-coordinate representation of color #AF9F64: hue angle of 47.2º 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 #AF9F64 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 100 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.31 |
| HSL | 47.2º | 0.32% | 0.54% | - |
| HSV(B) | 47.2º | 0.43% | 0.69% | - |
| XYZ | 32.38 | 34.83 | 17.07 | - |
| YUV | 157.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 100 | 0 | 0.09 | 0.43 | 0.31 | 47.2 | 0.32 | 0.54 |
| Hex | AF | 9F | 64 | 0 | 9 | 2B | 1F | 2F | 20 | 36 |
| Octal | 257 | 237 | 144 | 0 | 11 | 53 | 37 | 57 | 40 | 66 |
| Binary | 10101111 | 10011111 | 1100100 | 0 | 1001 | 101011 | 11111 | 101111 | 100000 | 110110 |
Color Harmonies of #AF9F64
Complementary color
Monochromatic Colors of #AF9F64
Black with #AF9F64
Text Example
Text Example
White with #AF9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F64; }
p { color: rgb(175,159,100); }
H1.HeaderClassName
{
color: #AF9F64;
}
.AnyTagClassName
{
color: #AF9F64;
}
</style>
background-color css
<style>
a { background-color: #AF9F64; }
a { background-color: rgb(175,159,100); }
div.DivClassName
{
background-color: #AF9F64;
}
.BgClassName
{
background-color: #AF9F64;
}
</style>
border-color css
<style>
span { border-color: #AF9F64; }
span { border-color: rgb(175,159,100); }
td.TdClassName
{
border-color: #AF9F64;
}
.TagClassName
{
border-color: #AF9F64;
}
</style>