Shades of Gimblet #AF9F5C
Tints of Gimblet #AF9F5C
RGB
CMYK
RGB Variations
Color information
#AF9F5C (or 0xAF9F5C) is known color: Gimblet. HEX triplet: AF, 9F and 5C. RGB value is (175,159,92). Sum of RGB (Red+Green+Blue) = 175+159+92=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F5C is #5060A3. Grayscale: #9C9C9C. Windows color (decimal): -5267620 or 6070191. OLE color: 6070191.
HSL color Cylindrical-coordinate representation of color #AF9F5C: hue angle of 48.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF9F5C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 92 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.31 |
| HSL | 48.43º | 0.34% | 0.52% | - |
| HSV(B) | 48.43º | 0.47% | 0.69% | - |
| XYZ | 32.01 | 34.68 | 15.13 | - |
| YUV | 156.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 92 | 0 | 0.09 | 0.47 | 0.31 | 48.43 | 0.34 | 0.52 |
| Hex | AF | 9F | 5C | 0 | 9 | 2F | 1F | 30 | 22 | 34 |
| Octal | 257 | 237 | 134 | 0 | 11 | 57 | 37 | 60 | 42 | 64 |
| Binary | 10101111 | 10011111 | 1011100 | 0 | 1001 | 101111 | 11111 | 110000 | 100010 | 110100 |
Color Harmonies of #AF9F5C
Complementary color
Monochromatic Colors of #AF9F5C
Black with #AF9F5C
Text Example
Text Example
White with #AF9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F5C; }
p { color: rgb(175,159,92); }
H1.HeaderClassName
{
color: #AF9F5C;
}
.AnyTagClassName
{
color: #AF9F5C;
}
</style>
background-color css
<style>
a { background-color: #AF9F5C; }
a { background-color: rgb(175,159,92); }
div.DivClassName
{
background-color: #AF9F5C;
}
.BgClassName
{
background-color: #AF9F5C;
}
</style>
border-color css
<style>
span { border-color: #AF9F5C; }
span { border-color: rgb(175,159,92); }
td.TdClassName
{
border-color: #AF9F5C;
}
.TagClassName
{
border-color: #AF9F5C;
}
</style>