Shades of Gimblet #AAA567
Tints of Gimblet #AAA567
RGB
CMYK
RGB Variations
Color information
#AAA567 (or 0xAAA567) is known color: Gimblet. HEX triplet: AA, A5 and 67. RGB value is (170,165,103). Sum of RGB (Red+Green+Blue) = 170+165+103=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA567 is #555A98. Grayscale: #9F9F9F. Windows color (decimal): -5593753 or 6792618. OLE color: 6792618.
HSL color Cylindrical-coordinate representation of color #AAA567: hue angle of 55.52º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA567 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 103 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.33 |
| HSL | 55.52º | 0.28% | 0.54% | - |
| HSV(B) | 55.52º | 0.39% | 0.67% | - |
| XYZ | 32.48 | 36.44 | 18.15 | - |
| YUV | 159.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 103 | 0 | 0.03 | 0.39 | 0.33 | 55.52 | 0.28 | 0.54 |
| Hex | AA | A5 | 67 | 0 | 3 | 27 | 21 | 38 | 1C | 36 |
| Octal | 252 | 245 | 147 | 0 | 3 | 47 | 41 | 70 | 34 | 66 |
| Binary | 10101010 | 10100101 | 1100111 | 0 | 11 | 100111 | 100001 | 111000 | 11100 | 110110 |
Color Harmonies of #AAA567
Complementary color
Monochromatic Colors of #AAA567
Black with #AAA567
Text Example
Text Example
White with #AAA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA567; }
p { color: rgb(170,165,103); }
H1.HeaderClassName
{
color: #AAA567;
}
.AnyTagClassName
{
color: #AAA567;
}
</style>
background-color css
<style>
a { background-color: #AAA567; }
a { background-color: rgb(170,165,103); }
div.DivClassName
{
background-color: #AAA567;
}
.BgClassName
{
background-color: #AAA567;
}
</style>
border-color css
<style>
span { border-color: #AAA567; }
span { border-color: rgb(170,165,103); }
td.TdClassName
{
border-color: #AAA567;
}
.TagClassName
{
border-color: #AAA567;
}
</style>