Shades of Gimblet #AFA25C
Tints of Gimblet #AFA25C
RGB
CMYK
RGB Variations
Color information
#AFA25C (or 0xAFA25C) is known color: Gimblet. HEX triplet: AF, A2 and 5C. RGB value is (175,162,92). Sum of RGB (Red+Green+Blue) = 175+162+92=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA25C is #505DA3. Grayscale: #9E9E9E. Windows color (decimal): -5266852 or 6070959. OLE color: 6070959.
HSL color Cylindrical-coordinate representation of color #AFA25C: hue angle of 50.6º 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 #AFA25C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 92 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.31 |
| HSL | 50.6º | 0.34% | 0.52% | - |
| HSV(B) | 50.6º | 0.47% | 0.69% | - |
| XYZ | 32.53 | 35.73 | 15.31 | - |
| YUV | 157.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 92 | 0 | 0.07 | 0.47 | 0.31 | 50.6 | 0.34 | 0.52 |
| Hex | AF | A2 | 5C | 0 | 7 | 2F | 1F | 33 | 22 | 34 |
| Octal | 257 | 242 | 134 | 0 | 7 | 57 | 37 | 63 | 42 | 64 |
| Binary | 10101111 | 10100010 | 1011100 | 0 | 111 | 101111 | 11111 | 110011 | 100010 | 110100 |
Color Harmonies of #AFA25C
Complementary color
Monochromatic Colors of #AFA25C
Black with #AFA25C
Text Example
Text Example
White with #AFA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA25C; }
p { color: rgb(175,162,92); }
H1.HeaderClassName
{
color: #AFA25C;
}
.AnyTagClassName
{
color: #AFA25C;
}
</style>
background-color css
<style>
a { background-color: #AFA25C; }
a { background-color: rgb(175,162,92); }
div.DivClassName
{
background-color: #AFA25C;
}
.BgClassName
{
background-color: #AFA25C;
}
</style>
border-color css
<style>
span { border-color: #AFA25C; }
span { border-color: rgb(175,162,92); }
td.TdClassName
{
border-color: #AFA25C;
}
.TagClassName
{
border-color: #AFA25C;
}
</style>