#A6C8A6

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

Shades of Zanah #A6C8A6

Tints of Zanah #A6C8A6

Color information

#A6C8A6 (or 0xA6C8A6) is unknown color: approx Zanah. HEX triplet: A6, C8 and A6. RGB value is (166,200,166). Sum of RGB (Red+Green+Blue) = 166+200+166=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C8A6 is #593759. Grayscale: #BABABA. Windows color (decimal): -5846874 or 10930342. OLE color: 10930342.

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

Color convert

RGB166200166-
CMYK0.1700.170.22
HSL120º23.61%71.76%-
HSV(B)120º17%78.43%-
XYZ43.2652.1743.87-
YUV185.96116.74113.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 166 (65.23% from 255) = 31.20%
R=31.20%
G=37.59%
B=31.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1662001660.1700.170.2212023.6171.76
HexA6C8A61101116781848
Octal246310246210212617030110
Binary10100110110010001010011010001010001101101111000110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C8A6; }

 p { color: rgb(166,200,166); }

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

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

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

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

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

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

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