Shades of Gimblet #AFA35F
Tints of Gimblet #AFA35F
RGB
CMYK
RGB Variations
Color information
#AFA35F (or 0xAFA35F) is known color: Gimblet. HEX triplet: AF, A3 and 5F. RGB value is (175,163,95). Sum of RGB (Red+Green+Blue) = 175+163+95=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA35F is #505CA0. Grayscale: #9F9F9F. Windows color (decimal): -5266593 or 6267823. OLE color: 6267823.
HSL color Cylindrical-coordinate representation of color #AFA35F: hue angle of 51º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFA35F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 95 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.31 |
| HSL | 51º | 0.33% | 0.53% | - |
| HSV(B) | 51º | 0.46% | 0.69% | - |
| XYZ | 32.84 | 36.13 | 16.07 | - |
| YUV | 158.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 95 | 0 | 0.07 | 0.46 | 0.31 | 51 | 0.33 | 0.53 |
| Hex | AF | A3 | 5F | 0 | 7 | 2E | 1F | 33 | 21 | 35 |
| Octal | 257 | 243 | 137 | 0 | 7 | 56 | 37 | 63 | 41 | 65 |
| Binary | 10101111 | 10100011 | 1011111 | 0 | 111 | 101110 | 11111 | 110011 | 100001 | 110101 |
Color Harmonies of #AFA35F
Complementary color
Monochromatic Colors of #AFA35F
Black with #AFA35F
Text Example
Text Example
White with #AFA35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA35F; }
p { color: rgb(175,163,95); }
H1.HeaderClassName
{
color: #AFA35F;
}
.AnyTagClassName
{
color: #AFA35F;
}
</style>
background-color css
<style>
a { background-color: #AFA35F; }
a { background-color: rgb(175,163,95); }
div.DivClassName
{
background-color: #AFA35F;
}
.BgClassName
{
background-color: #AFA35F;
}
</style>
border-color css
<style>
span { border-color: #AFA35F; }
span { border-color: rgb(175,163,95); }
td.TdClassName
{
border-color: #AFA35F;
}
.TagClassName
{
border-color: #AFA35F;
}
</style>