#A6A061

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

Shades of Gimblet #A6A061

Tints of Gimblet #A6A061

Color information

#A6A061 (or 0xA6A061) is unknown color: approx Gimblet. HEX triplet: A6, A0 and 61. RGB value is (166,160,97). Sum of RGB (Red+Green+Blue) = 166+160+97=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A061 is #595F9E. Grayscale: #9A9A9A. Windows color (decimal): -5857183 or 6398118. OLE color: 6398118.

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

Color convert

RGB16616097-
CMYK00.040.420.35
HSL54.78º27.94%51.57%-
HSV(B)54.78º41.57%65.1%-
XYZ30.4534.1116.29-
YUV154.6195.49136.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 160 (62.89% from 255) = 37.83%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=39.24%
G=37.83%
B=22.93%

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
Decimal1661609700.040.420.3554.7827.9451.57
HexA6A061042A23371c34
Octal246240141045243673464
Binary10100110101000001100001010010101010001111011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A061; }

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

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

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

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

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

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

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

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