Shades of Gimblet #AF9E60
Tints of Gimblet #AF9E60
RGB
CMYK
RGB Variations
Color information
#AF9E60 (or 0xAF9E60) is known color: Gimblet. HEX triplet: AF, 9E and 60. RGB value is (175,158,96). Sum of RGB (Red+Green+Blue) = 175+158+96=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E60 is #50619F. Grayscale: #9C9C9C. Windows color (decimal): -5267872 or 6332079. OLE color: 6332079.
HSL color Cylindrical-coordinate representation of color #AF9E60: hue angle of 47.09º 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 #AF9E60 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 96 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.31 |
| HSL | 47.09º | 0.33% | 0.53% | - |
| HSV(B) | 47.09º | 0.45% | 0.69% | - |
| XYZ | 32.02 | 34.41 | 16.02 | - |
| YUV | 156.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 96 | 0 | 0.10 | 0.45 | 0.31 | 47.09 | 0.33 | 0.53 |
| Hex | AF | 9E | 60 | 0 | A | 2D | 1F | 2F | 21 | 35 |
| Octal | 257 | 236 | 140 | 0 | 12 | 55 | 37 | 57 | 41 | 65 |
| Binary | 10101111 | 10011110 | 1100000 | 0 | 1010 | 101101 | 11111 | 101111 | 100001 | 110101 |
Color Harmonies of #AF9E60
Complementary color
Monochromatic Colors of #AF9E60
Black with #AF9E60
Text Example
Text Example
White with #AF9E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E60; }
p { color: rgb(175,158,96); }
H1.HeaderClassName
{
color: #AF9E60;
}
.AnyTagClassName
{
color: #AF9E60;
}
</style>
background-color css
<style>
a { background-color: #AF9E60; }
a { background-color: rgb(175,158,96); }
div.DivClassName
{
background-color: #AF9E60;
}
.BgClassName
{
background-color: #AF9E60;
}
</style>
border-color css
<style>
span { border-color: #AF9E60; }
span { border-color: rgb(175,158,96); }
td.TdClassName
{
border-color: #AF9E60;
}
.TagClassName
{
border-color: #AF9E60;
}
</style>