Shades of Gimblet #AAA35D
Tints of Gimblet #AAA35D
RGB
CMYK
RGB Variations
Color information
#AAA35D (or 0xAAA35D) is known color: Gimblet. HEX triplet: AA, A3 and 5D. RGB value is (170,163,93). Sum of RGB (Red+Green+Blue) = 170+163+93=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA35D is #555CA2. Grayscale: #9D9D9D. Windows color (decimal): -5594275 or 6136746. OLE color: 6136746.
HSL color Cylindrical-coordinate representation of color #AAA35D: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAA35D is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 93 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.33 |
| HSL | 54.55º | 0.31% | 0.52% | - |
| HSV(B) | 54.55º | 0.45% | 0.67% | - |
| XYZ | 31.65 | 35.53 | 15.55 | - |
| YUV | 157.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 93 | 0 | 0.04 | 0.45 | 0.33 | 54.55 | 0.31 | 0.52 |
| Hex | AA | A3 | 5D | 0 | 4 | 2D | 21 | 37 | 1F | 34 |
| Octal | 252 | 243 | 135 | 0 | 4 | 55 | 41 | 67 | 37 | 64 |
| Binary | 10101010 | 10100011 | 1011101 | 0 | 100 | 101101 | 100001 | 110111 | 11111 | 110100 |
Color Harmonies of #AAA35D
Complementary color
Monochromatic Colors of #AAA35D
Black with #AAA35D
Text Example
Text Example
White with #AAA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA35D; }
p { color: rgb(170,163,93); }
H1.HeaderClassName
{
color: #AAA35D;
}
.AnyTagClassName
{
color: #AAA35D;
}
</style>
background-color css
<style>
a { background-color: #AAA35D; }
a { background-color: rgb(170,163,93); }
div.DivClassName
{
background-color: #AAA35D;
}
.BgClassName
{
background-color: #AAA35D;
}
</style>
border-color css
<style>
span { border-color: #AAA35D; }
span { border-color: rgb(170,163,93); }
td.TdClassName
{
border-color: #AAA35D;
}
.TagClassName
{
border-color: #AAA35D;
}
</style>