#A6998E

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

Shades of Zorba #A6998E

Tints of Zorba #A6998E

Color information

#A6998E (or 0xA6998E) is unknown color: approx Zorba. HEX triplet: A6, 99 and 8E. RGB value is (166,153,142). Sum of RGB (Red+Green+Blue) = 166+153+142=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A6998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6998E is #596671. Grayscale: #9B9B9B. Windows color (decimal): -5858930 or 9345446. OLE color: 9345446.

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

Color convert

RGB166153142-
CMYK00.080.140.35
HSL27.5º11.88%60.39%-
HSV(B)27.5º14.46%65.1%-
XYZ3232.8430.24-
YUV155.63120.31135.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=36.01%
G=33.19%
B=30.80%

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
Decimal16615314200.080.140.3527.511.8860.39
HexA6998E08E231cc3c
Octal2462312160101643341474
Binary101001101001100110001110010001110100011111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6998E; }

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

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

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

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

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

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

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

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