Shades of Gimblet #AFA063
Tints of Gimblet #AFA063
RGB
CMYK
RGB Variations
Color information
#AFA063 (or 0xAFA063) is known color: Gimblet. HEX triplet: AF, A0 and 63. RGB value is (175,160,99). Sum of RGB (Red+Green+Blue) = 175+160+99=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA063 is #505F9C. Grayscale: #9D9D9D. Windows color (decimal): -5267357 or 6529199. OLE color: 6529199.
HSL color Cylindrical-coordinate representation of color #AFA063: hue angle of 48.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFA063 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 99 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.31 |
| HSL | 48.16º | 0.32% | 0.54% | - |
| HSV(B) | 48.16º | 0.43% | 0.69% | - |
| XYZ | 32.5 | 35.16 | 16.88 | - |
| YUV | 157.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 99 | 0 | 0.09 | 0.43 | 0.31 | 48.16 | 0.32 | 0.54 |
| Hex | AF | A0 | 63 | 0 | 9 | 2B | 1F | 30 | 20 | 36 |
| Octal | 257 | 240 | 143 | 0 | 11 | 53 | 37 | 60 | 40 | 66 |
| Binary | 10101111 | 10100000 | 1100011 | 0 | 1001 | 101011 | 11111 | 110000 | 100000 | 110110 |
Color Harmonies of #AFA063
Complementary color
Monochromatic Colors of #AFA063
Black with #AFA063
Text Example
Text Example
White with #AFA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA063; }
p { color: rgb(175,160,99); }
H1.HeaderClassName
{
color: #AFA063;
}
.AnyTagClassName
{
color: #AFA063;
}
</style>
background-color css
<style>
a { background-color: #AFA063; }
a { background-color: rgb(175,160,99); }
div.DivClassName
{
background-color: #AFA063;
}
.BgClassName
{
background-color: #AFA063;
}
</style>
border-color css
<style>
span { border-color: #AFA063; }
span { border-color: rgb(175,160,99); }
td.TdClassName
{
border-color: #AFA063;
}
.TagClassName
{
border-color: #AFA063;
}
</style>