Shades of Gimblet #AFA561
Tints of Gimblet #AFA561
RGB
CMYK
RGB Variations
Color information
#AFA561 (or 0xAFA561) is known color: Gimblet. HEX triplet: AF, A5 and 61. RGB value is (175,165,97). Sum of RGB (Red+Green+Blue) = 175+165+97=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA561 is #505A9E. Grayscale: #A0A0A0. Windows color (decimal): -5266079 or 6399407. OLE color: 6399407.
HSL color Cylindrical-coordinate representation of color #AFA561: hue angle of 52.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFA561 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 165 | 97 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.31 |
| HSL | 52.31º | 0.33% | 0.53% | - |
| HSV(B) | 52.31º | 0.45% | 0.69% | - |
| XYZ | 33.29 | 36.89 | 16.67 | - |
| YUV | 160.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 97 | 0 | 0.06 | 0.45 | 0.31 | 52.31 | 0.33 | 0.53 |
| Hex | AF | A5 | 61 | 0 | 6 | 2D | 1F | 34 | 21 | 35 |
| Octal | 257 | 245 | 141 | 0 | 6 | 55 | 37 | 64 | 41 | 65 |
| Binary | 10101111 | 10100101 | 1100001 | 0 | 110 | 101101 | 11111 | 110100 | 100001 | 110101 |
Color Harmonies of #AFA561
Complementary color
Monochromatic Colors of #AFA561
Black with #AFA561
Text Example
Text Example
White with #AFA561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA561; }
p { color: rgb(175,165,97); }
H1.HeaderClassName
{
color: #AFA561;
}
.AnyTagClassName
{
color: #AFA561;
}
</style>
background-color css
<style>
a { background-color: #AFA561; }
a { background-color: rgb(175,165,97); }
div.DivClassName
{
background-color: #AFA561;
}
.BgClassName
{
background-color: #AFA561;
}
</style>
border-color css
<style>
span { border-color: #AFA561; }
span { border-color: rgb(175,165,97); }
td.TdClassName
{
border-color: #AFA561;
}
.TagClassName
{
border-color: #AFA561;
}
</style>