#A6988A

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

Shades of Zorba #A6988A

Tints of Zorba #A6988A

Color information

#A6988A (or 0xA6988A) is unknown color: approx Zorba. HEX triplet: A6, 98 and 8A. RGB value is (166,152,138). Sum of RGB (Red+Green+Blue) = 166+152+138=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A6988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6988A is #596775. Grayscale: #9A9A9A. Windows color (decimal): -5859190 or 9083046. OLE color: 9083046.

HSL color Cylindrical-coordinate representation of color #A6988A: hue angle of 30º 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 #A6988A is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166152138-
CMYK00.080.170.35
HSL30º13.59%59.61%-
HSV(B)30º16.87%65.1%-
XYZ31.5432.428.64-
YUV154.59118.64136.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 152 (59.77% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=36.40%
G=33.33%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615213800.080.170.353013.5959.61
HexA6988A0811231ee3c
Octal2462302120102143361674
Binary1010011010011000100010100100010001100011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6988A; }

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

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

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

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

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

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

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

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