Shades of Gimblet #AFA86D
Tints of Gimblet #AFA86D
RGB
CMYK
RGB Variations
Color information
#AFA86D (or 0xAFA86D) is known color: Gimblet. HEX triplet: AF, A8 and 6D. RGB value is (175,168,109). Sum of RGB (Red+Green+Blue) = 175+168+109=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA86D is #505792. Grayscale: #A3A3A3. Windows color (decimal): -5265299 or 7186607. OLE color: 7186607.
HSL color Cylindrical-coordinate representation of color #AFA86D: hue angle of 53.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFA86D is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 109 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.31 |
| HSL | 53.64º | 0.29% | 0.56% | - |
| HSV(B) | 53.64º | 0.38% | 0.69% | - |
| XYZ | 34.44 | 38.22 | 20.03 | - |
| YUV | 163.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 109 | 0 | 0.04 | 0.38 | 0.31 | 53.64 | 0.29 | 0.56 |
| Hex | AF | A8 | 6D | 0 | 4 | 26 | 1F | 36 | 1D | 38 |
| Octal | 257 | 250 | 155 | 0 | 4 | 46 | 37 | 66 | 35 | 70 |
| Binary | 10101111 | 10101000 | 1101101 | 0 | 100 | 100110 | 11111 | 110110 | 11101 | 111000 |
Color Harmonies of #AFA86D
Complementary color
Monochromatic Colors of #AFA86D
Black with #AFA86D
Text Example
Text Example
White with #AFA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA86D; }
p { color: rgb(175,168,109); }
H1.HeaderClassName
{
color: #AFA86D;
}
.AnyTagClassName
{
color: #AFA86D;
}
</style>
background-color css
<style>
a { background-color: #AFA86D; }
a { background-color: rgb(175,168,109); }
div.DivClassName
{
background-color: #AFA86D;
}
.BgClassName
{
background-color: #AFA86D;
}
</style>
border-color css
<style>
span { border-color: #AFA86D; }
span { border-color: rgb(175,168,109); }
td.TdClassName
{
border-color: #AFA86D;
}
.TagClassName
{
border-color: #AFA86D;
}
</style>