#A6968B

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

Shades of Zorba #A6968B

Tints of Zorba #A6968B

Color information

#A6968B (or 0xA6968B) is unknown color: approx Zorba. HEX triplet: A6, 96 and 8B. RGB value is (166,150,139). Sum of RGB (Red+Green+Blue) = 166+150+139=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6968B is #596974. Grayscale: #999999. Windows color (decimal): -5859701 or 9148070. OLE color: 9148070.

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

Color convert

RGB166150139-
CMYK00.100.160.35
HSL24.44º13.17%59.8%-
HSV(B)24.44º16.27%65.1%-
XYZ31.2931.7828.91-
YUV153.53119.8136.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=36.48%
G=32.97%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615013900.100.160.3524.4413.1759.8
HexA6968B0A102318d3c
Octal2462262130122043301574
Binary1010011010010110100010110101010000100011110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6968B; }

 p { color: rgb(166,150,139); }

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

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

 a { background-color: rgb(166,150,139); }

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

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

 span { border-color: rgb(166,150,139); }

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