Shades of Gimblet #AFA469
Tints of Gimblet #AFA469
RGB
CMYK
RGB Variations
Color information
#AFA469 (or 0xAFA469) is known color: Gimblet. HEX triplet: AF, A4 and 69. RGB value is (175,164,105). Sum of RGB (Red+Green+Blue) = 175+164+105=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA469 is #505B96. Grayscale: #A0A0A0. Windows color (decimal): -5266327 or 6923439. OLE color: 6923439.
HSL color Cylindrical-coordinate representation of color #AFA469: hue angle of 50.57º 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 #AFA469 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 105 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.31 |
| HSL | 50.57º | 0.3% | 0.55% | - |
| HSV(B) | 50.57º | 0.4% | 0.69% | - |
| XYZ | 33.5 | 36.68 | 18.68 | - |
| YUV | 160.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 105 | 0 | 0.06 | 0.40 | 0.31 | 50.57 | 0.3 | 0.55 |
| Hex | AF | A4 | 69 | 0 | 6 | 28 | 1F | 33 | 1E | 37 |
| Octal | 257 | 244 | 151 | 0 | 6 | 50 | 37 | 63 | 36 | 67 |
| Binary | 10101111 | 10100100 | 1101001 | 0 | 110 | 101000 | 11111 | 110011 | 11110 | 110111 |
Color Harmonies of #AFA469
Complementary color
Monochromatic Colors of #AFA469
Black with #AFA469
Text Example
Text Example
White with #AFA469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA469; }
p { color: rgb(175,164,105); }
H1.HeaderClassName
{
color: #AFA469;
}
.AnyTagClassName
{
color: #AFA469;
}
</style>
background-color css
<style>
a { background-color: #AFA469; }
a { background-color: rgb(175,164,105); }
div.DivClassName
{
background-color: #AFA469;
}
.BgClassName
{
background-color: #AFA469;
}
</style>
border-color css
<style>
span { border-color: #AFA469; }
span { border-color: rgb(175,164,105); }
td.TdClassName
{
border-color: #AFA469;
}
.TagClassName
{
border-color: #AFA469;
}
</style>