Shades of Gimblet #AFA260
Tints of Gimblet #AFA260
RGB
CMYK
RGB Variations
Color information
#AFA260 (or 0xAFA260) is known color: Gimblet. HEX triplet: AF, A2 and 60. RGB value is (175,162,96). Sum of RGB (Red+Green+Blue) = 175+162+96=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA260 is #505D9F. Grayscale: #9E9E9E. Windows color (decimal): -5266848 or 6333103. OLE color: 6333103.
HSL color Cylindrical-coordinate representation of color #AFA260: hue angle of 50.13º 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 #AFA260 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 96 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.31 |
| HSL | 50.13º | 0.33% | 0.53% | - |
| HSV(B) | 50.13º | 0.45% | 0.69% | - |
| XYZ | 32.71 | 35.8 | 16.25 | - |
| YUV | 158.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 96 | 0 | 0.07 | 0.45 | 0.31 | 50.13 | 0.33 | 0.53 |
| Hex | AF | A2 | 60 | 0 | 7 | 2D | 1F | 32 | 21 | 35 |
| Octal | 257 | 242 | 140 | 0 | 7 | 55 | 37 | 62 | 41 | 65 |
| Binary | 10101111 | 10100010 | 1100000 | 0 | 111 | 101101 | 11111 | 110010 | 100001 | 110101 |
Color Harmonies of #AFA260
Complementary color
Monochromatic Colors of #AFA260
Black with #AFA260
Text Example
Text Example
White with #AFA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA260; }
p { color: rgb(175,162,96); }
H1.HeaderClassName
{
color: #AFA260;
}
.AnyTagClassName
{
color: #AFA260;
}
</style>
background-color css
<style>
a { background-color: #AFA260; }
a { background-color: rgb(175,162,96); }
div.DivClassName
{
background-color: #AFA260;
}
.BgClassName
{
background-color: #AFA260;
}
</style>
border-color css
<style>
span { border-color: #AFA260; }
span { border-color: rgb(175,162,96); }
td.TdClassName
{
border-color: #AFA260;
}
.TagClassName
{
border-color: #AFA260;
}
</style>