#A6988E

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

Shades of Zorba #A6988E

Tints of Zorba #A6988E

Color information

#A6988E (or 0xA6988E) is unknown color: approx Zorba. HEX triplet: A6, 98 and 8E. RGB value is (166,152,142). Sum of RGB (Red+Green+Blue) = 166+152+142=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A6988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6988E is #596771. Grayscale: #9B9B9B. Windows color (decimal): -5859186 or 9345190. OLE color: 9345190.

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

Color convert

RGB166152142-
CMYK00.080.140.35
HSL25º11.88%60.39%-
HSV(B)25º14.46%65.1%-
XYZ31.8432.5230.19-
YUV155.05120.64135.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=36.09%
G=33.04%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615214200.080.140.352511.8860.39
HexA6988E08E2319c3c
Octal2462302160101643311474
Binary101001101001100010001110010001110100011110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6988E; }

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

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

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

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

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

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

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

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