#A6BAA7

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

Shades of Zanah #A6BAA7

Tints of Zanah #A6BAA7

Color information

#A6BAA7 (or 0xA6BAA7) is unknown color: approx Zanah. HEX triplet: A6, BA and A7. RGB value is (166,186,167). Sum of RGB (Red+Green+Blue) = 166+186+167=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAA7 is #594558. Grayscale: #B1B1B1. Windows color (decimal): -5850457 or 10992294. OLE color: 10992294.

HSL color Cylindrical-coordinate representation of color #A6BAA7: hue angle of 123º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BAA7 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB166186167-
CMYK0.1100.100.27
HSL123º12.66%69.02%-
HSV(B)123º10.75%72.94%-
XYZ40.2646.0143.32-
YUV177.85121.87119.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 167 (65.62% from 255) = 32.18%
R=31.98%
G=35.84%
B=32.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861670.1100.100.2712312.6669.02
HexA6BAA7B0A1B7bd45
Octal246272247130123317315105
Binary10100110101110101010011110110101011011111101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAA7; }

 p { color: rgb(166,186,167); }

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

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

 a { background-color: rgb(166,186,167); }

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

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

 span { border-color: rgb(166,186,167); }

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