#A6C9A5

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

Shades of Zanah #A6C9A5

Tints of Zanah #A6C9A5

Color information

#A6C9A5 (or 0xA6C9A5) is unknown color: approx Zanah. HEX triplet: A6, C9 and A5. RGB value is (166,201,165). Sum of RGB (Red+Green+Blue) = 166+201+165=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C9A5 is #59365A. Grayscale: #BABABA. Windows color (decimal): -5846619 or 10865062. OLE color: 10865062.

HSL color Cylindrical-coordinate representation of color #A6C9A5: hue angle of 118.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C9A5 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB166201165-
CMYK0.1700.180.21
HSL118.33º25%71.76%-
HSV(B)118.33º17.91%78.82%-
XYZ43.452.643.46-
YUV186.43115.9113.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 201 (78.91% from 255) = 37.78%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=31.20%
G=37.78%
B=31.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662011650.1700.180.21118.332571.76
HexA6C9A51101215761948
Octal246311245210222516631110
Binary10100110110010011010010110001010010101011110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C9A5; }

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

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

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

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

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

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

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

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