Shades of Gimblet #AFA05B
Tints of Gimblet #AFA05B
RGB
CMYK
RGB Variations
Color information
#AFA05B (or 0xAFA05B) is known color: Gimblet. HEX triplet: AF, A0 and 5B. RGB value is (175,160,91). Sum of RGB (Red+Green+Blue) = 175+160+91=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA05B is #505FA4. Grayscale: #9C9C9C. Windows color (decimal): -5267365 or 6004911. OLE color: 6004911.
HSL color Cylindrical-coordinate representation of color #AFA05B: hue angle of 49.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFA05B is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 91 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.31 |
| HSL | 49.29º | 0.34% | 0.52% | - |
| HSV(B) | 49.29º | 0.48% | 0.69% | - |
| XYZ | 32.14 | 35.01 | 14.96 | - |
| YUV | 156.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 91 | 0 | 0.09 | 0.48 | 0.31 | 49.29 | 0.34 | 0.52 |
| Hex | AF | A0 | 5B | 0 | 9 | 30 | 1F | 31 | 22 | 34 |
| Octal | 257 | 240 | 133 | 0 | 11 | 60 | 37 | 61 | 42 | 64 |
| Binary | 10101111 | 10100000 | 1011011 | 0 | 1001 | 110000 | 11111 | 110001 | 100010 | 110100 |
Color Harmonies of #AFA05B
Complementary color
Monochromatic Colors of #AFA05B
Black with #AFA05B
Text Example
Text Example
White with #AFA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA05B; }
p { color: rgb(175,160,91); }
H1.HeaderClassName
{
color: #AFA05B;
}
.AnyTagClassName
{
color: #AFA05B;
}
</style>
background-color css
<style>
a { background-color: #AFA05B; }
a { background-color: rgb(175,160,91); }
div.DivClassName
{
background-color: #AFA05B;
}
.BgClassName
{
background-color: #AFA05B;
}
</style>
border-color css
<style>
span { border-color: #AFA05B; }
span { border-color: rgb(175,160,91); }
td.TdClassName
{
border-color: #AFA05B;
}
.TagClassName
{
border-color: #AFA05B;
}
</style>