Shades of Gimblet #AFA769
Tints of Gimblet #AFA769
RGB
CMYK
RGB Variations
Color information
#AFA769 (or 0xAFA769) is known color: Gimblet. HEX triplet: AF, A7 and 69. RGB value is (175,167,105). Sum of RGB (Red+Green+Blue) = 175+167+105=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA769 is #505896. Grayscale: #A2A2A2. Windows color (decimal): -5265559 or 6924207. OLE color: 6924207.
HSL color Cylindrical-coordinate representation of color #AFA769: hue angle of 53.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFA769 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 105 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.31 |
| HSL | 53.14º | 0.3% | 0.55% | - |
| HSV(B) | 53.14º | 0.4% | 0.69% | - |
| XYZ | 34.05 | 37.77 | 18.86 | - |
| YUV | 162.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 105 | 0 | 0.05 | 0.40 | 0.31 | 53.14 | 0.3 | 0.55 |
| Hex | AF | A7 | 69 | 0 | 5 | 28 | 1F | 35 | 1E | 37 |
| Octal | 257 | 247 | 151 | 0 | 5 | 50 | 37 | 65 | 36 | 67 |
| Binary | 10101111 | 10100111 | 1101001 | 0 | 101 | 101000 | 11111 | 110101 | 11110 | 110111 |
Color Harmonies of #AFA769
Complementary color
Monochromatic Colors of #AFA769
Black with #AFA769
Text Example
Text Example
White with #AFA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA769; }
p { color: rgb(175,167,105); }
H1.HeaderClassName
{
color: #AFA769;
}
.AnyTagClassName
{
color: #AFA769;
}
</style>
background-color css
<style>
a { background-color: #AFA769; }
a { background-color: rgb(175,167,105); }
div.DivClassName
{
background-color: #AFA769;
}
.BgClassName
{
background-color: #AFA769;
}
</style>
border-color css
<style>
span { border-color: #AFA769; }
span { border-color: rgb(175,167,105); }
td.TdClassName
{
border-color: #AFA769;
}
.TagClassName
{
border-color: #AFA769;
}
</style>