Shades of Gimblet #AFAB6C
Tints of Gimblet #AFAB6C
RGB
CMYK
RGB Variations
Color information
#AFAB6C (or 0xAFAB6C) is known color: Gimblet. HEX triplet: AF, AB and 6C. RGB value is (175,171,108). Sum of RGB (Red+Green+Blue) = 175+171+108=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB6C is #505493. Grayscale: #A5A5A5. Windows color (decimal): -5264532 or 7121839. OLE color: 7121839.
HSL color Cylindrical-coordinate representation of color #AFAB6C: hue angle of 56.42º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFAB6C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 108 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.31 |
| HSL | 56.42º | 0.3% | 0.55% | - |
| HSV(B) | 56.42º | 0.38% | 0.69% | - |
| XYZ | 34.95 | 39.32 | 19.94 | - |
| YUV | 165.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 108 | 0 | 0.02 | 0.38 | 0.31 | 56.42 | 0.3 | 0.55 |
| Hex | AF | AB | 6C | 0 | 2 | 26 | 1F | 38 | 1E | 37 |
| Octal | 257 | 253 | 154 | 0 | 2 | 46 | 37 | 70 | 36 | 67 |
| Binary | 10101111 | 10101011 | 1101100 | 0 | 10 | 100110 | 11111 | 111000 | 11110 | 110111 |
Color Harmonies of #AFAB6C
Complementary color
Monochromatic Colors of #AFAB6C
Black with #AFAB6C
Text Example
Text Example
White with #AFAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB6C; }
p { color: rgb(175,171,108); }
H1.HeaderClassName
{
color: #AFAB6C;
}
.AnyTagClassName
{
color: #AFAB6C;
}
</style>
background-color css
<style>
a { background-color: #AFAB6C; }
a { background-color: rgb(175,171,108); }
div.DivClassName
{
background-color: #AFAB6C;
}
.BgClassName
{
background-color: #AFAB6C;
}
</style>
border-color css
<style>
span { border-color: #AFAB6C; }
span { border-color: rgb(175,171,108); }
td.TdClassName
{
border-color: #AFAB6C;
}
.TagClassName
{
border-color: #AFAB6C;
}
</style>