Shades of Gimblet #AFA961
Tints of Gimblet #AFA961
RGB
CMYK
RGB Variations
Color information
#AFA961 (or 0xAFA961) is known color: Gimblet. HEX triplet: AF, A9 and 61. RGB value is (175,169,97). Sum of RGB (Red+Green+Blue) = 175+169+97=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA961 is #50569E. Grayscale: #A2A2A2. Windows color (decimal): -5265055 or 6400431. OLE color: 6400431.
HSL color Cylindrical-coordinate representation of color #AFA961: hue angle of 55.38º 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 #AFA961 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 97 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.31 |
| HSL | 55.38º | 0.33% | 0.53% | - |
| HSV(B) | 55.38º | 0.45% | 0.69% | - |
| XYZ | 34.02 | 38.35 | 16.92 | - |
| YUV | 162.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 97 | 0 | 0.03 | 0.45 | 0.31 | 55.38 | 0.33 | 0.53 |
| Hex | AF | A9 | 61 | 0 | 3 | 2D | 1F | 37 | 21 | 35 |
| Octal | 257 | 251 | 141 | 0 | 3 | 55 | 37 | 67 | 41 | 65 |
| Binary | 10101111 | 10101001 | 1100001 | 0 | 11 | 101101 | 11111 | 110111 | 100001 | 110101 |
Color Harmonies of #AFA961
Complementary color
Monochromatic Colors of #AFA961
Black with #AFA961
Text Example
Text Example
White with #AFA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA961; }
p { color: rgb(175,169,97); }
H1.HeaderClassName
{
color: #AFA961;
}
.AnyTagClassName
{
color: #AFA961;
}
</style>
background-color css
<style>
a { background-color: #AFA961; }
a { background-color: rgb(175,169,97); }
div.DivClassName
{
background-color: #AFA961;
}
.BgClassName
{
background-color: #AFA961;
}
</style>
border-color css
<style>
span { border-color: #AFA961; }
span { border-color: rgb(175,169,97); }
td.TdClassName
{
border-color: #AFA961;
}
.TagClassName
{
border-color: #AFA961;
}
</style>