Shades of Gimblet #AFA456
Tints of Gimblet #AFA456
RGB
CMYK
RGB Variations
Color information
#AFA456 (or 0xAFA456) is known color: Gimblet. HEX triplet: AF, A4 and 56. RGB value is (175,164,86). Sum of RGB (Red+Green+Blue) = 175+164+86=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA456 is #505BA9. Grayscale: #9E9E9E. Windows color (decimal): -5266346 or 5678255. OLE color: 5678255.
HSL color Cylindrical-coordinate representation of color #AFA456: hue angle of 52.58º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFA456 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 86 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.31 |
| HSL | 52.58º | 0.36% | 0.51% | - |
| HSV(B) | 52.58º | 0.51% | 0.69% | - |
| XYZ | 32.63 | 36.34 | 14.1 | - |
| YUV | 158.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 86 | 0 | 0.06 | 0.51 | 0.31 | 52.58 | 0.36 | 0.51 |
| Hex | AF | A4 | 56 | 0 | 6 | 33 | 1F | 35 | 24 | 33 |
| Octal | 257 | 244 | 126 | 0 | 6 | 63 | 37 | 65 | 44 | 63 |
| Binary | 10101111 | 10100100 | 1010110 | 0 | 110 | 110011 | 11111 | 110101 | 100100 | 110011 |
Color Harmonies of #AFA456
Complementary color
Monochromatic Colors of #AFA456
Black with #AFA456
Text Example
Text Example
White with #AFA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA456; }
p { color: rgb(175,164,86); }
H1.HeaderClassName
{
color: #AFA456;
}
.AnyTagClassName
{
color: #AFA456;
}
</style>
background-color css
<style>
a { background-color: #AFA456; }
a { background-color: rgb(175,164,86); }
div.DivClassName
{
background-color: #AFA456;
}
.BgClassName
{
background-color: #AFA456;
}
</style>
border-color css
<style>
span { border-color: #AFA456; }
span { border-color: rgb(175,164,86); }
td.TdClassName
{
border-color: #AFA456;
}
.TagClassName
{
border-color: #AFA456;
}
</style>