Shades of Gimblet #AFA462
Tints of Gimblet #AFA462
RGB
CMYK
RGB Variations
Color information
#AFA462 (or 0xAFA462) is known color: Gimblet. HEX triplet: AF, A4 and 62. RGB value is (175,164,98). Sum of RGB (Red+Green+Blue) = 175+164+98=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA462 is #505B9D. Grayscale: #A0A0A0. Windows color (decimal): -5266334 or 6464687. OLE color: 6464687.
HSL color Cylindrical-coordinate representation of color #AFA462: hue angle of 51.43º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFA462 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 98 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.31 |
| HSL | 51.43º | 0.32% | 0.54% | - |
| HSV(B) | 51.43º | 0.44% | 0.69% | - |
| XYZ | 33.16 | 36.55 | 16.86 | - |
| YUV | 159.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 98 | 0 | 0.06 | 0.44 | 0.31 | 51.43 | 0.32 | 0.54 |
| Hex | AF | A4 | 62 | 0 | 6 | 2C | 1F | 33 | 20 | 36 |
| Octal | 257 | 244 | 142 | 0 | 6 | 54 | 37 | 63 | 40 | 66 |
| Binary | 10101111 | 10100100 | 1100010 | 0 | 110 | 101100 | 11111 | 110011 | 100000 | 110110 |
Color Harmonies of #AFA462
Complementary color
Monochromatic Colors of #AFA462
Black with #AFA462
Text Example
Text Example
White with #AFA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA462; }
p { color: rgb(175,164,98); }
H1.HeaderClassName
{
color: #AFA462;
}
.AnyTagClassName
{
color: #AFA462;
}
</style>
background-color css
<style>
a { background-color: #AFA462; }
a { background-color: rgb(175,164,98); }
div.DivClassName
{
background-color: #AFA462;
}
.BgClassName
{
background-color: #AFA462;
}
</style>
border-color css
<style>
span { border-color: #AFA462; }
span { border-color: rgb(175,164,98); }
td.TdClassName
{
border-color: #AFA462;
}
.TagClassName
{
border-color: #AFA462;
}
</style>