Shades of Gimblet #AFA265
Tints of Gimblet #AFA265
RGB
CMYK
RGB Variations
Color information
#AFA265 (or 0xAFA265) is known color: Gimblet. HEX triplet: AF, A2 and 65. RGB value is (175,162,101). Sum of RGB (Red+Green+Blue) = 175+162+101=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA265 is #505D9A. Grayscale: #9F9F9F. Windows color (decimal): -5266843 or 6660783. OLE color: 6660783.
HSL color Cylindrical-coordinate representation of color #AFA265: hue angle of 49.46º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFA265 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 101 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.31 |
| HSL | 49.46º | 0.32% | 0.54% | - |
| HSV(B) | 49.46º | 0.42% | 0.69% | - |
| XYZ | 32.95 | 35.89 | 17.5 | - |
| YUV | 158.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 101 | 0 | 0.07 | 0.42 | 0.31 | 49.46 | 0.32 | 0.54 |
| Hex | AF | A2 | 65 | 0 | 7 | 2A | 1F | 31 | 20 | 36 |
| Octal | 257 | 242 | 145 | 0 | 7 | 52 | 37 | 61 | 40 | 66 |
| Binary | 10101111 | 10100010 | 1100101 | 0 | 111 | 101010 | 11111 | 110001 | 100000 | 110110 |
Color Harmonies of #AFA265
Complementary color
Monochromatic Colors of #AFA265
Black with #AFA265
Text Example
Text Example
White with #AFA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA265; }
p { color: rgb(175,162,101); }
H1.HeaderClassName
{
color: #AFA265;
}
.AnyTagClassName
{
color: #AFA265;
}
</style>
background-color css
<style>
a { background-color: #AFA265; }
a { background-color: rgb(175,162,101); }
div.DivClassName
{
background-color: #AFA265;
}
.BgClassName
{
background-color: #AFA265;
}
</style>
border-color css
<style>
span { border-color: #AFA265; }
span { border-color: rgb(175,162,101); }
td.TdClassName
{
border-color: #AFA265;
}
.TagClassName
{
border-color: #AFA265;
}
</style>