Shades of Gimblet #AAA35C
Tints of Gimblet #AAA35C
RGB
CMYK
RGB Variations
Color information
#AAA35C (or 0xAAA35C) is known color: Gimblet. HEX triplet: AA, A3 and 5C. RGB value is (170,163,92). Sum of RGB (Red+Green+Blue) = 170+163+92=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA35C is #555CA3. Grayscale: #9D9D9D. Windows color (decimal): -5594276 or 6071210. OLE color: 6071210.
HSL color Cylindrical-coordinate representation of color #AAA35C: hue angle of 54.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAA35C is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 92 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.33 |
| HSL | 54.62º | 0.31% | 0.51% | - |
| HSV(B) | 54.62º | 0.46% | 0.67% | - |
| XYZ | 31.61 | 35.51 | 15.31 | - |
| YUV | 157 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 92 | 0 | 0.04 | 0.46 | 0.33 | 54.62 | 0.31 | 0.51 |
| Hex | AA | A3 | 5C | 0 | 4 | 2E | 21 | 37 | 1F | 33 |
| Octal | 252 | 243 | 134 | 0 | 4 | 56 | 41 | 67 | 37 | 63 |
| Binary | 10101010 | 10100011 | 1011100 | 0 | 100 | 101110 | 100001 | 110111 | 11111 | 110011 |
Color Harmonies of #AAA35C
Complementary color
Monochromatic Colors of #AAA35C
Black with #AAA35C
Text Example
Text Example
White with #AAA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA35C; }
p { color: rgb(170,163,92); }
H1.HeaderClassName
{
color: #AAA35C;
}
.AnyTagClassName
{
color: #AAA35C;
}
</style>
background-color css
<style>
a { background-color: #AAA35C; }
a { background-color: rgb(170,163,92); }
div.DivClassName
{
background-color: #AAA35C;
}
.BgClassName
{
background-color: #AAA35C;
}
</style>
border-color css
<style>
span { border-color: #AAA35C; }
span { border-color: rgb(170,163,92); }
td.TdClassName
{
border-color: #AAA35C;
}
.TagClassName
{
border-color: #AAA35C;
}
</style>