#A6998F

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

Shades of Zorba #A6998F

Tints of Zorba #A6998F

Color information

#A6998F (or 0xA6998F) is unknown color: approx Zorba. HEX triplet: A6, 99 and 8F. RGB value is (166,153,143). Sum of RGB (Red+Green+Blue) = 166+153+143=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A6998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6998F is #596670. Grayscale: #9B9B9B. Windows color (decimal): -5858929 or 9410982. OLE color: 9410982.

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

Color convert

RGB166153143-
CMYK00.080.140.35
HSL26.09º11.44%60.59%-
HSV(B)26.09º13.86%65.1%-
XYZ32.0832.8730.64-
YUV155.75120.81135.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=35.93%
G=33.12%
B=30.95%

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
Decimal16615314300.080.140.3526.0911.4460.59
HexA6998F08E231ab3d
Octal2462312170101643321375
Binary101001101001100110001111010001110100011110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6998F; }

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

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

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

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

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

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

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

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