Shades of Gimblet #AF9E64
Tints of Gimblet #AF9E64
RGB
CMYK
RGB Variations
Color information
#AF9E64 (or 0xAF9E64) is known color: Gimblet. HEX triplet: AF, 9E and 64. RGB value is (175,158,100). Sum of RGB (Red+Green+Blue) = 175+158+100=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E64 is #50619B. Grayscale: #9C9C9C. Windows color (decimal): -5267868 or 6594223. OLE color: 6594223.
HSL color Cylindrical-coordinate representation of color #AF9E64: hue angle of 46.4º 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 #AF9E64 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 100 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.31 |
| HSL | 46.4º | 0.32% | 0.54% | - |
| HSV(B) | 46.4º | 0.43% | 0.69% | - |
| XYZ | 32.21 | 34.49 | 17.02 | - |
| YUV | 156.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 100 | 0 | 0.10 | 0.43 | 0.31 | 46.4 | 0.32 | 0.54 |
| Hex | AF | 9E | 64 | 0 | A | 2B | 1F | 2E | 20 | 36 |
| Octal | 257 | 236 | 144 | 0 | 12 | 53 | 37 | 56 | 40 | 66 |
| Binary | 10101111 | 10011110 | 1100100 | 0 | 1010 | 101011 | 11111 | 101110 | 100000 | 110110 |
Color Harmonies of #AF9E64
Complementary color
Monochromatic Colors of #AF9E64
Black with #AF9E64
Text Example
Text Example
White with #AF9E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E64; }
p { color: rgb(175,158,100); }
H1.HeaderClassName
{
color: #AF9E64;
}
.AnyTagClassName
{
color: #AF9E64;
}
</style>
background-color css
<style>
a { background-color: #AF9E64; }
a { background-color: rgb(175,158,100); }
div.DivClassName
{
background-color: #AF9E64;
}
.BgClassName
{
background-color: #AF9E64;
}
</style>
border-color css
<style>
span { border-color: #AF9E64; }
span { border-color: rgb(175,158,100); }
td.TdClassName
{
border-color: #AF9E64;
}
.TagClassName
{
border-color: #AF9E64;
}
</style>