Shades of Gimblet #AF9E5E
Tints of Gimblet #AF9E5E
RGB
CMYK
RGB Variations
Color information
#AF9E5E (or 0xAF9E5E) is known color: Gimblet. HEX triplet: AF, 9E and 5E. RGB value is (175,158,94). Sum of RGB (Red+Green+Blue) = 175+158+94=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E5E is #5061A1. Grayscale: #9C9C9C. Windows color (decimal): -5267874 or 6201007. OLE color: 6201007.
HSL color Cylindrical-coordinate representation of color #AF9E5E: hue angle of 47.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF9E5E is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 94 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.31 |
| HSL | 47.41º | 0.34% | 0.53% | - |
| HSV(B) | 47.41º | 0.46% | 0.69% | - |
| XYZ | 31.93 | 34.38 | 15.54 | - |
| YUV | 155.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 94 | 0 | 0.10 | 0.46 | 0.31 | 47.41 | 0.34 | 0.53 |
| Hex | AF | 9E | 5E | 0 | A | 2E | 1F | 2F | 22 | 35 |
| Octal | 257 | 236 | 136 | 0 | 12 | 56 | 37 | 57 | 42 | 65 |
| Binary | 10101111 | 10011110 | 1011110 | 0 | 1010 | 101110 | 11111 | 101111 | 100010 | 110101 |
Color Harmonies of #AF9E5E
Complementary color
Monochromatic Colors of #AF9E5E
Black with #AF9E5E
Text Example
Text Example
White with #AF9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E5E; }
p { color: rgb(175,158,94); }
H1.HeaderClassName
{
color: #AF9E5E;
}
.AnyTagClassName
{
color: #AF9E5E;
}
</style>
background-color css
<style>
a { background-color: #AF9E5E; }
a { background-color: rgb(175,158,94); }
div.DivClassName
{
background-color: #AF9E5E;
}
.BgClassName
{
background-color: #AF9E5E;
}
</style>
border-color css
<style>
span { border-color: #AF9E5E; }
span { border-color: rgb(175,158,94); }
td.TdClassName
{
border-color: #AF9E5E;
}
.TagClassName
{
border-color: #AF9E5E;
}
</style>