#A6B9A7

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

Shades of Zanah #A6B9A7

Tints of Zanah #A6B9A7

Color information

#A6B9A7 (or 0xA6B9A7) is unknown color: approx Zanah. HEX triplet: A6, B9 and A7. RGB value is (166,185,167). Sum of RGB (Red+Green+Blue) = 166+185+167=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9A7 is #594658. Grayscale: #B1B1B1. Windows color (decimal): -5850713 or 10992038. OLE color: 10992038.

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

Color convert

RGB166185167-
CMYK0.1000.100.27
HSL123.16º11.95%68.82%-
HSV(B)123.16º10.27%72.55%-
XYZ40.0545.5943.25-
YUV177.27122.21119.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=32.05%
G=35.71%
B=32.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851670.1000.100.27123.1611.9568.82
HexA6B9A7A0A1B7bc45
Octal246271247120123317314105
Binary10100110101110011010011110100101011011111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9A7; }

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

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

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

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

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

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

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

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