#A6A060

Color #A6A060 Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #A6A060

Tints of Gimblet #A6A060

Color information

#A6A060 (or 0xA6A060) is unknown color: approx Gimblet. HEX triplet: A6, A0 and 60. RGB value is (166,160,96). Sum of RGB (Red+Green+Blue) = 166+160+96=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A060 is #595F9F. Grayscale: #9A9A9A. Windows color (decimal): -5857184 or 6332582. OLE color: 6332582.

HSL color Cylindrical-coordinate representation of color #A6A060: hue angle of 54.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6A060 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16616096-
CMYK00.040.420.35
HSL54.86º28.23%51.37%-
HSV(B)54.86º42.17%65.1%-
XYZ30.4134.0916.04-
YUV154.594.99136.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=39.34%
G=37.91%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661609600.040.420.3554.8628.2351.37
HexA6A060042A23371c33
Octal246240140045243673463
Binary10100110101000001100000010010101010001111011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A060; }

 p { color: rgb(166,160,96); }

 H1.HeaderClassName
 {
   color: #A6A060;
 }
 .AnyTagClassName
 {
   color: #A6A060;
 }
</style>
background-color css

<style>
 a { background-color: #A6A060; }

 a { background-color: rgb(166,160,96); }

 div.DivClassName
 {
   background-color: #A6A060;
 }
 .BgClassName
 {
   background-color: #A6A060;
 }
</style>
border-color css

<style>
 span { border-color: #A6A060; }

 span { border-color: rgb(166,160,96); }

 td.TdClassName
 {
   border-color: #A6A060;
 }
 .TagClassName
 {
   border-color: #A6A060;
 }
</style>