#A6C6A5

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

Shades of Zanah #A6C6A5

Tints of Zanah #A6C6A5

Color information

#A6C6A5 (or 0xA6C6A5) is unknown color: approx Zanah. HEX triplet: A6, C6 and A5. RGB value is (166,198,165). Sum of RGB (Red+Green+Blue) = 166+198+165=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C6A5 is #59395A. Grayscale: #B8B8B8. Windows color (decimal): -5847387 or 10864294. OLE color: 10864294.

HSL color Cylindrical-coordinate representation of color #A6C6A5: hue angle of 118.18º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C6A5 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB166198165-
CMYK0.1600.170.22
HSL118.18º22.45%71.18%-
HSV(B)118.18º16.67%77.65%-
XYZ42.7151.2143.23-
YUV184.67116.9114.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 165 (64.84% from 255) = 31.19%
R=31.38%
G=37.43%
B=31.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981650.1600.170.22118.1822.4571.18
HexA6C6A51001116761647
Octal246306245200212616626107
Binary10100110110001101010010110000010001101101110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C6A5; }

 p { color: rgb(166,198,165); }

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

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

 a { background-color: rgb(166,198,165); }

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

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

 span { border-color: rgb(166,198,165); }

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