Shades of Gimblet #AFA259
Tints of Gimblet #AFA259
RGB
CMYK
RGB Variations
Color information
#AFA259 (or 0xAFA259) is known color: Gimblet. HEX triplet: AF, A2 and 59. RGB value is (175,162,89). Sum of RGB (Red+Green+Blue) = 175+162+89=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA259 is #505DA6. Grayscale: #9D9D9D. Windows color (decimal): -5266855 or 5874351. OLE color: 5874351.
HSL color Cylindrical-coordinate representation of color #AFA259: hue angle of 50.93º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFA259 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 89 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.31 |
| HSL | 50.93º | 0.35% | 0.52% | - |
| HSV(B) | 50.93º | 0.49% | 0.69% | - |
| XYZ | 32.4 | 35.68 | 14.63 | - |
| YUV | 157.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 89 | 0 | 0.07 | 0.49 | 0.31 | 50.93 | 0.35 | 0.52 |
| Hex | AF | A2 | 59 | 0 | 7 | 31 | 1F | 33 | 23 | 34 |
| Octal | 257 | 242 | 131 | 0 | 7 | 61 | 37 | 63 | 43 | 64 |
| Binary | 10101111 | 10100010 | 1011001 | 0 | 111 | 110001 | 11111 | 110011 | 100011 | 110100 |
Color Harmonies of #AFA259
Complementary color
Monochromatic Colors of #AFA259
Black with #AFA259
Text Example
Text Example
White with #AFA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA259; }
p { color: rgb(175,162,89); }
H1.HeaderClassName
{
color: #AFA259;
}
.AnyTagClassName
{
color: #AFA259;
}
</style>
background-color css
<style>
a { background-color: #AFA259; }
a { background-color: rgb(175,162,89); }
div.DivClassName
{
background-color: #AFA259;
}
.BgClassName
{
background-color: #AFA259;
}
</style>
border-color css
<style>
span { border-color: #AFA259; }
span { border-color: rgb(175,162,89); }
td.TdClassName
{
border-color: #AFA259;
}
.TagClassName
{
border-color: #AFA259;
}
</style>