Shades of Gimblet #AFA15D
Tints of Gimblet #AFA15D
RGB
CMYK
RGB Variations
Color information
#AFA15D (or 0xAFA15D) is known color: Gimblet. HEX triplet: AF, A1 and 5D. RGB value is (175,161,93). Sum of RGB (Red+Green+Blue) = 175+161+93=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA15D is #505EA2. Grayscale: #9D9D9D. Windows color (decimal): -5267107 or 6136239. OLE color: 6136239.
HSL color Cylindrical-coordinate representation of color #AFA15D: hue angle of 49.76º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFA15D is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 93 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.31 |
| HSL | 49.76º | 0.34% | 0.53% | - |
| HSV(B) | 49.76º | 0.47% | 0.69% | - |
| XYZ | 32.4 | 35.39 | 15.48 | - |
| YUV | 157.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 93 | 0 | 0.08 | 0.47 | 0.31 | 49.76 | 0.34 | 0.53 |
| Hex | AF | A1 | 5D | 0 | 8 | 2F | 1F | 32 | 22 | 35 |
| Octal | 257 | 241 | 135 | 0 | 10 | 57 | 37 | 62 | 42 | 65 |
| Binary | 10101111 | 10100001 | 1011101 | 0 | 1000 | 101111 | 11111 | 110010 | 100010 | 110101 |
Color Harmonies of #AFA15D
Complementary color
Monochromatic Colors of #AFA15D
Black with #AFA15D
Text Example
Text Example
White with #AFA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA15D; }
p { color: rgb(175,161,93); }
H1.HeaderClassName
{
color: #AFA15D;
}
.AnyTagClassName
{
color: #AFA15D;
}
</style>
background-color css
<style>
a { background-color: #AFA15D; }
a { background-color: rgb(175,161,93); }
div.DivClassName
{
background-color: #AFA15D;
}
.BgClassName
{
background-color: #AFA15D;
}
</style>
border-color css
<style>
span { border-color: #AFA15D; }
span { border-color: rgb(175,161,93); }
td.TdClassName
{
border-color: #AFA15D;
}
.TagClassName
{
border-color: #AFA15D;
}
</style>