Shades of Gimblet #ABAA6D
Tints of Gimblet #ABAA6D
RGB
CMYK
RGB Variations
Color information
#ABAA6D (or 0xABAA6D) is known color: Gimblet. HEX triplet: AB, AA and 6D. RGB value is (171,170,109). Sum of RGB (Red+Green+Blue) = 171+170+109=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA6D is #545592. Grayscale: #A3A3A3. Windows color (decimal): -5526931 or 7187115. OLE color: 7187115.
HSL color Cylindrical-coordinate representation of color #ABAA6D: hue angle of 59.03º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABAA6D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 109 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.33 |
| HSL | 59.03º | 0.27% | 0.55% | - |
| HSV(B) | 59.03º | 0.36% | 0.67% | - |
| XYZ | 33.93 | 38.51 | 20.11 | - |
| YUV | 163.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 109 | 0 | 0.01 | 0.36 | 0.33 | 59.03 | 0.27 | 0.55 |
| Hex | AB | AA | 6D | 0 | 1 | 24 | 21 | 3B | 1B | 37 |
| Octal | 253 | 252 | 155 | 0 | 1 | 44 | 41 | 73 | 33 | 67 |
| Binary | 10101011 | 10101010 | 1101101 | 0 | 1 | 100100 | 100001 | 111011 | 11011 | 110111 |
Color Harmonies of #ABAA6D
Complementary color
Monochromatic Colors of #ABAA6D
Black with #ABAA6D
Text Example
Text Example
White with #ABAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA6D; }
p { color: rgb(171,170,109); }
H1.HeaderClassName
{
color: #ABAA6D;
}
.AnyTagClassName
{
color: #ABAA6D;
}
</style>
background-color css
<style>
a { background-color: #ABAA6D; }
a { background-color: rgb(171,170,109); }
div.DivClassName
{
background-color: #ABAA6D;
}
.BgClassName
{
background-color: #ABAA6D;
}
</style>
border-color css
<style>
span { border-color: #ABAA6D; }
span { border-color: rgb(171,170,109); }
td.TdClassName
{
border-color: #ABAA6D;
}
.TagClassName
{
border-color: #ABAA6D;
}
</style>