Shades of Gimblet #AFAA64
Tints of Gimblet #AFAA64
RGB
CMYK
RGB Variations
Color information
#AFAA64 (or 0xAFAA64) is known color: Gimblet. HEX triplet: AF, AA and 64. RGB value is (175,170,100). Sum of RGB (Red+Green+Blue) = 175+170+100=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA64 is #50559B. Grayscale: #A3A3A3. Windows color (decimal): -5264796 or 6597295. OLE color: 6597295.
HSL color Cylindrical-coordinate representation of color #AFAA64: hue angle of 56º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFAA64 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 100 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.31 |
| HSL | 56º | 0.32% | 0.54% | - |
| HSV(B) | 56º | 0.43% | 0.69% | - |
| XYZ | 34.35 | 38.78 | 17.73 | - |
| YUV | 163.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 100 | 0 | 0.03 | 0.43 | 0.31 | 56 | 0.32 | 0.54 |
| Hex | AF | AA | 64 | 0 | 3 | 2B | 1F | 38 | 20 | 36 |
| Octal | 257 | 252 | 144 | 0 | 3 | 53 | 37 | 70 | 40 | 66 |
| Binary | 10101111 | 10101010 | 1100100 | 0 | 11 | 101011 | 11111 | 111000 | 100000 | 110110 |
Color Harmonies of #AFAA64
Complementary color
Monochromatic Colors of #AFAA64
Black with #AFAA64
Text Example
Text Example
White with #AFAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA64; }
p { color: rgb(175,170,100); }
H1.HeaderClassName
{
color: #AFAA64;
}
.AnyTagClassName
{
color: #AFAA64;
}
</style>
background-color css
<style>
a { background-color: #AFAA64; }
a { background-color: rgb(175,170,100); }
div.DivClassName
{
background-color: #AFAA64;
}
.BgClassName
{
background-color: #AFAA64;
}
</style>
border-color css
<style>
span { border-color: #AFAA64; }
span { border-color: rgb(175,170,100); }
td.TdClassName
{
border-color: #AFAA64;
}
.TagClassName
{
border-color: #AFAA64;
}
</style>