Shades of Gimblet #AFA455
Tints of Gimblet #AFA455
RGB
CMYK
RGB Variations
Color information
#AFA455 (or 0xAFA455) is known color: Gimblet. HEX triplet: AF, A4 and 55. RGB value is (175,164,85). Sum of RGB (Red+Green+Blue) = 175+164+85=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA455 is #505BAA. Grayscale: #9E9E9E. Windows color (decimal): -5266347 or 5612719. OLE color: 5612719.
HSL color Cylindrical-coordinate representation of color #AFA455: hue angle of 52.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFA455 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 85 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.31 |
| HSL | 52.67º | 0.36% | 0.51% | - |
| HSV(B) | 52.67º | 0.51% | 0.69% | - |
| XYZ | 32.59 | 36.32 | 13.89 | - |
| YUV | 158.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 85 | 0 | 0.06 | 0.51 | 0.31 | 52.67 | 0.36 | 0.51 |
| Hex | AF | A4 | 55 | 0 | 6 | 33 | 1F | 35 | 24 | 33 |
| Octal | 257 | 244 | 125 | 0 | 6 | 63 | 37 | 65 | 44 | 63 |
| Binary | 10101111 | 10100100 | 1010101 | 0 | 110 | 110011 | 11111 | 110101 | 100100 | 110011 |
Color Harmonies of #AFA455
Complementary color
Monochromatic Colors of #AFA455
Black with #AFA455
Text Example
Text Example
White with #AFA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA455; }
p { color: rgb(175,164,85); }
H1.HeaderClassName
{
color: #AFA455;
}
.AnyTagClassName
{
color: #AFA455;
}
</style>
background-color css
<style>
a { background-color: #AFA455; }
a { background-color: rgb(175,164,85); }
div.DivClassName
{
background-color: #AFA455;
}
.BgClassName
{
background-color: #AFA455;
}
</style>
border-color css
<style>
span { border-color: #AFA455; }
span { border-color: rgb(175,164,85); }
td.TdClassName
{
border-color: #AFA455;
}
.TagClassName
{
border-color: #AFA455;
}
</style>