#A6938A

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

Shades of Zorba #A6938A

Tints of Zorba #A6938A

Color information

#A6938A (or 0xA6938A) is unknown color: approx Zorba. HEX triplet: A6, 93 and 8A. RGB value is (166,147,138). Sum of RGB (Red+Green+Blue) = 166+147+138=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A6938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6938A is #596C75. Grayscale: #979797. Windows color (decimal): -5860470 or 9081766. OLE color: 9081766.

HSL color Cylindrical-coordinate representation of color #A6938A: hue angle of 19.29º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6938A is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166147138-
CMYK00.110.170.35
HSL19.29º13.59%59.61%-
HSV(B)19.29º16.87%65.1%-
XYZ30.7530.8128.37-
YUV151.66120.29138.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=36.81%
G=32.59%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614713800.110.170.3519.2913.5959.61
HexA6938A0B112313e3c
Octal2462232120132143231674
Binary1010011010010011100010100101110001100011100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6938A; }

 p { color: rgb(166,147,138); }

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

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

 a { background-color: rgb(166,147,138); }

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

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

 span { border-color: rgb(166,147,138); }

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